Hello everybody,
When I create package for Android app, I got the following error :
Sencha Cmd v3.0.0.250
[ERR]
This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.
[ERR] stbuild exited with non-zero code:3
This is the my package.json code :
{
"applicationName": "SMEPAYROLL",
"applicationId": "com.anb.smepayroll",
"versionString": "1.0",
"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": "./",
"outputPath": "../build/",
"configuration": "Debug",
"platform": "Android",
"deviceType": "Universal",
"certificatePath": "smekey_android.keystore",
"certificateAlias": "",
"certificatePassword": "smepayroll",
"sdkPath": "../AndroidSDK/sdk",
"androidAPILevel": "7",
"permissions": [
"INTERNET",
"ACCESS_NETWORK_STATE",
"CAMERA",
"VIBRATE",
"ACCESS_FINE_LOCATION",
"ACCESS_COARSE_LOCATION",
"CALL_PHONE"
],
"orientations": [
"portrait",
"landscapeLeft",
"landscapeRight",
"portraitUpsideDown"
]
}
And I create package for iphone is okay, there is no error but the output is only like webapp and I didn't see no app in the build folder. I m using Window XP service pack 3.
Please help me as soon as possible,
Thank you
Su Mon