Created
February 14, 2015 19:28
-
-
Save creimers/db59eec8dbdf132eda95 to your computer and use it in GitHub Desktop.
ionic deploy andorid
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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