App hangs on appLoadingIndicator on Android native app - microloader issue
REQUIRED INFORMATION
Ext version tested:- Sencha Touch 2.1
- Sencha Cmd 3.0.2.288
- Android 4.0.4
- Android API level 8, 9, & 16
Description:- Generating the default ST 2.1 app freezes on appLoadingIndicator when deployed natively
Steps to reproduce the problem:- Generate app using
Code:
sencha generate app TouchTest c:\TouchTest
- cd to TouchTest app and run
- modify packager.json to this:
Code:
{
"applicationName":"Touch Test",
"applicationId":"com.mycompany.myAppID",
"versionString":"1.0",
"versionCode":"1",
"icon": {
"57":"resources/icons/Icon.png",
"72":"resources/icons/Icon~ipad.png",
"114":"resources/icons/Icon@2x.png",
"144":"resources/icons/Icon~ipad@2x.png"
},
"inputPath":"build/TouchTest/production",
"outputPath":"dist/",
"configuration":"Debug",
"platform":"Android",
"certificatePath":"./my.keystore",
"certificatePassword":"mypassword",
"provisionProfile":"",
"sdkPath":"c:\\Progra~2\\Android\\android-sdk",
"androidAPILevel":"9",
"permissions":[
"INTERNET",
"ACCESS_NETWORK_STATE"
],
"orientations": [
"portrait",
"landscapeLeft",
"landscapeRight",
"portraitUpsideDown"
]
}
- run
Code:
sencha app package build packager.json
- Send app to device and install.
The result that was expected:- The app should run and hit the main viewport
The result that occurs instead:Test Case:
See above steps. This was using the default generated app and the versions described above.
HELPFUL INFORMATION
Debugging already done:Operating System: