1. in platforms/android/, create a file called ant.properties, and add your keystore path and alias name:
key.store=/path/to/keystore/keystore_name.keystore
key.alias=alias_name
2. run
cordova build android --release
It should prompt for the keystore password. The resulting APK will be at platforms/android/ant-build/AppName-release.apk.
Op maandag 2 september 2013 16:51:24 UTC+2 schreef Rafael Agostini: