HEY.
Am trying to install my application on the android emulator, The application installs successfully but it does not successfully start..it shows a black screen like for forever when I run the sencha app package run packeger.json.
The emulator shows that.
emulator.PNG
Am trying to install my application on the android emulator, The application installs successfully but it does not successfully start..it shows a black screen like for forever when I run the sencha app package run packeger.json.
Here is the code in my packager.json file
Code:
{ "applicationName":"Testapp",
"applicationId":"com.mycompany.Testapp",
"bundleSeedId":"KPXFEPZ6EF",
"versionString":"1.0",
"versionCode":"1",
"icon": {
"36":"resources/icons/Icon_Android36.png",
"48":"resources/icons/Icon_Android48.png",
"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":"C:/wamp/www/wwwsc/horizontal/build/package/HorizontalNestedList",
"outputPath":"C:/wamp/www/wwwsc/fxtry",
"configuration":"Debug",
"platform":"AndroidEmulator",
"deviceType":"Universal",
"certificatePath":"/path/to/certificate.file",
"certificateAlias":"",
"certificatePassword":"",
"provisionProfile":"",
"URLScheme":"",
"notificationConfiguration":"",
"sdkPath":"D:/soft/adt-bundle-windows-x86_64-20140321/sdk",
"androidAPILevel":"10",
"permissions":[
"INTERNET",
"ACCESS_NETWORK_STATE",
"CAMERA",
"VIBRATE",
"ACCESS_FINE_LOCATION",
"ACCESS_COARSE_LOCATION",
"CALL_PHONE"
],
"orientations": [
"portrait",
"landscapeLeft",
"landscapeRight",
"portraitUpsideDown"
]
}
The emulator shows that.
emulator.PNG
Aucun commentaire:
Enregistrer un commentaire