I have been working on this problem for days, and I cannot work it out.. please help ?
I followed the getting started tutorial on http://docs.sencha.com/touch/2-0/#!/guide/getting_started
I successfully created the GS project .. sencha generate app GS ../GS
Now I am trying to create an .apk file, so I install on my Android handset for testing.
Problem : When I type in the following c:\sencha-touch-2> sencha package build c:\GS\packager.json
Nothing happerns and the cursor just goes to the command prompt
Below is my packager.json file.
If anybody had any ideas or can help , I would really appreciate it
{
"applicationName":"GS",
"applicationId":"com.steve.GS",
"versionString":"1.0",
"iconName":"Icon.png",
"inputPath":"c:\GS",
"outputPath":"c:\Build",
"configuration":"Debug",
"platform":"Android",
"deviceType":"Universal",
"certificatePath":"c:\debug.keystore",
"certificateAlias":"",
"sdkPath":"c:\Program Files\Android\android-sdk",
"androidAPILevel":"15",
"orientations": [
"portrait",
"landscapeLeft",
"landscapeRight",
"portraitUpsideDown"
]
}