Created
September 19, 2014 07:19
-
-
Save adelzhang/2059114234bdd6694378 to your computer and use it in GitHub Desktop.
sign apk with debug keystore
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
@echo off | |
jarsigner -keystore %HOMEPATH%\.android\debug.keystore -storepass android -keypass android -digestalg SHA1 -sigalg MD5withRSA -signedjar %1-signed.apk %1.apk androiddebugkey |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment