Skip to content

Instantly share code, notes, and snippets.

@creimers
Created February 14, 2015 19:28
Show Gist options
  • Save creimers/db59eec8dbdf132eda95 to your computer and use it in GitHub Desktop.
Save creimers/db59eec8dbdf132eda95 to your computer and use it in GitHub Desktop.
ionic deploy andorid
cordova build --release android
jarsigner -verbose -sigalg SHA1withRSA -digestalg SHA1 -keystore my-release-key.keystore HelloWorld-release-unsigned.apk alias_name
/Users/christoph/Library/Android/sdk/build-tools/21.1.2/zipalign -v 4 platforms/android/ant-build/CordovaApp-release-unsigned.apk HPS-Teeküche.apk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment