INTEL XDK + IONIC error installing apk

0

Good afternoon,

I'm developing an app for study purposes ... I was following the FULL STACKER DEVELOPER tutorial videos and modifying as I wanted. The app works on localhost and on the intel xdk simulator (using an online bank), but after generating the apk, when I install it on an emulator in genymotion, it opens on a white screen and stays there.

I've already searched for solutions but I could not resolve them

App link (compacted to .rar) link

    
asked by anonymous 16.11.2016 / 18:10

1 answer

0

In your config.xml delete everything you have from platform android, all tags, and then do an ionic platform add android and make a new build.

    
23.11.2016 / 21:47