Hello, my problem is that when i tap the command sencha package run sencha package run ..\OdicyDistant\packager.json
i get no error message and the .apk file is not created .. Does anyone know what's the problem. here's my packager.json file :
Code:
{
"applicationName":"Odicy",
"applicationId":"com.cosmic.Odicy",
"iconName":"icon.png",
"versionString":"1.0",
"outputPath":"C:/wamp_2/www/OdicyDistant/build",
"inputPath":"C:/wamp_2/www/OdicyDistant/",
"configuration":"Debug",
"platform":"AndroidEmulator",
"deviceType":"Universal",
"certificatePath":"C:/wamp_2/www/OdicyDistant/test1.keystore",
"certificateAlias":"test2",
"sdkPath":"C:/Documents and Settings/yqandili/android-sdks",
"orientations": [
"portrait",
"landscapeLeft",
"landscapeRight",
"portraitUpsideDown"
]
}
Can anyone Please Help !