i created my first application with sencha touch , the application work fine with navigator in my computer and also in Android emulator, so i created my native application using ">sencha package run configTemplate.json"
after that i get no message error or succ -- C:\xampp\htdocs\app\app5\build\Myapp\production>sencha package run configTemplate.json Sencha Cmd v3.0.0.250 C:\xampp\htdocs\app\app5\build\Myapp\production> ----
but the apk file created,so i installed my apk in the emulator.
but i get a blue screen with 3 point in the center. and nothing work. i tried to run the application but i have the same problem.
___to some up my application work fine in navigator , but when i created the native application i get blue screen with 3 point
have you tried renaming your configTemplate.json to packager.json and then run "sencha app build native" from within the app directory (not a subdirectory of it)?
If that doesn't work, then you probably have a problem with the packager.json content. Post it here so we can have a look.