I have deployed an app on android but when it shows up, it just shows a white screen. I have had no troubles with the gideros android app, so why is this happening?
White screen means there's some error. Some of common mistakes: using "require" method to load files providing path "./images/image.png", on android only "images/image.png" seems to work.
But you can find your error, using LogCat. There should be a buttom DDMS or something similar in top right corner of eclipse.
Comments
Some of common mistakes:
using "require" method to load files
providing path "./images/image.png", on android only "images/image.png" seems to work.
But you can find your error, using LogCat. There should be a buttom DDMS or something similar in top right corner of eclipse.
So youimage.png is different from YOUimage.PnG.