Skip to content

Instantly share code, notes, and snippets.

@adelzhang
Created September 19, 2014 07:19
Show Gist options
  • Save adelzhang/2059114234bdd6694378 to your computer and use it in GitHub Desktop.
Save adelzhang/2059114234bdd6694378 to your computer and use it in GitHub Desktop.
sign apk with debug keystore
@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