I am struggling for the past 5 days to get a native build from Sencha Touch application. Surfed a lot but I cannot find the same procedure given by many .Tried few but failed. Can any one help me to get a Android build. Am a native Android developer.
http://docs.sencha.com/touch/2.3.0/#!/guide/cordova
After doing this, execute these commands:
cd /path/to/app/cordova; cordova build android --release; cd platforms/android/ant-build
Then jarsign and zipalign which I'm sure are familiar as a native android dev.