I am integrating sencha touch2 with phonegap for android.I have successfull created a sample app in my localhost.Now i am trying to integrate it with phonegap for android following this tutorial
http://andidog.de/blog/2012/06/packaging-a-sencha-touch-2-application-with-phonegap-for-android/
What i have done so far
- created new sencha application(AndroidSencha)
- Created a new folder name android in side AndroidSencha.
- Created a project there in android using eclipse.
- changed the logger: 'no' to 'false' in app.json.
- copy cordova-2.1.0.js to root folder to sencha(i am using phonegap2.1.0 on windows)
- added
"js": [ { "path": "cordova-2.1.0.js" }, to app.json
When i am trying "sencha app build testing -d android/assets/www " on command prompt.I am getting "build fail" message
I cant go ahead from here ..
Pls help..