Created
January 5, 2015 22:51
-
-
Save oidacra/fbd4252dbd3d23a76575 to your computer and use it in GitHub Desktop.
Compilar IONIC
This file contains hidden or 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
// Compilo | |
cordova build --release android | |
// firmo | |
jarsigner -verbose -sigalg SHA1withRSA -digestalg SHA1 -keystore my-release-key.keystore CordovaApp-release-unsigned.apk alias_name | |
//Optimizo | |
zipalign -v 4 CordovaApp-release-unsigned.apk xx-dev.apk |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment