I am new to mobile application development. I got stuck while creating native application for Android on a Windows 7 machine. I followed the steps below:
I have downloaded Sencha Touch and placed in my local machine (www directory). I also downloaded Sencha SDK Tools to execute all commands. first i executed command: sencha generate app GS ../GS
Created simple program and its running in my browser. (http://localhost:8080/GS)
I have downloaded Android SDK from http://developer.android.com/sdk/index.html and installed in my system. I am here confused what path here need to give.
Open the packager.json file added: "versionCode":"1.0" changed : "platform":"Android" "sdkPath" : "What will be the sdk path. I am getting here confused. I have given C:\Windows\System32 i think this is wrong" // how can i find android path ?
Next i executed command : sencha app build native. ... ...
[info] packaging your application as a native app.. Failed to create android project
... is the error message I am getting.
Where am I going wrong?