0
I’m generating the apk with :
ionic build android
so far so good from BUILD SUCCESSFUL
and when I use:
ionic emulate android
also from BUILD SUCCESSFUL
more when emulates only a white screen!
in the:
ionic serve
it rotates smoothly... what can it be ?
follows output from emulate: http://pastebin.com/MGH47r5P
Friend the problem should be your Android AVD image. Try to erase the AVD in use and create another if possible try to run directly on a physical device.
– Pedro Henrique
I tested in an S4 and an experia m2 and still white
– Matheus Monteiro
Are you including the
cordova.js
correctly?– Pedro Henrique
yes is the created within the right Assets/www ?
– Matheus Monteiro