Created
October 22, 2018 05:50
-
-
Save deshabhishek007/fe244fac084f8898f39734ea3ff0f846 to your computer and use it in GitHub Desktop.
Signing APK Commands
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
jarsigner -verbose -sigalg SHA1withRSA -digestalg SHA1 -keystore ../../peenak android-release-unsigned.apk key0 | |
~/Library/Android/sdk/build-tools/28.0.3/zipalign -v 4 android-release-unsigned.apk release.apk |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment