Search code examples
androidsencha-touchsencha-cmdsencha-touch-2.3

Steps to take Native Android build from Sencha Touch 2.3.2


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.


Solution

  • 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.