sencha getting started tutorial package(apk) stuck on load screen
Hi guys,
I am new to sencha touch.I am just learning sencha and followed the doc for "building your first app(http://docs.sencha.com/touch/2-0/#!/guide/first_app)".Everything is fine and it works in my localhost server.Then i tried the apk building tutorial(http://docs.sencha.com/touch/2-0/#!/...native_android) so as to test what it's looks like to build .apk package and test in my mobile(xperia arc 4.0.4).With many hassels i managed to build the "debug" package without any error.Then i installed that apk in my mobile but it just stuck on first loading screen of the tutorial with blue background and white circles flicking.You can download the apk file here https://www.box.com/s/2f27ac18346baf676a19 if you want,unzip it.Can anyone know what went wrong in apk? The app is running fine in localhost server but is stuck when installing in mobile and run the app.
I got same problem. but I solved this.
I noticed there are development.js and production.js files in sdk/microloader.
I started finding a clue at this point.
first, I change development.js to production.js on desktop. this result was same as android apk. stuck on load screen!
after doing this, I noticed there is a problem in production.js. and tried to change javacript file in /build/production/index.html to development.js
and re-generate apk. finally I got the good result not stuck on load screen.