Skip to content

Instantly share code, notes, and snippets.

@hisetu
Created July 21, 2020 14:27
Show Gist options
  • Save hisetu/7c581e857931deadcb39720db60be72c to your computer and use it in GitHub Desktop.
Save hisetu/7c581e857931deadcb39720db60be72c to your computer and use it in GitHub Desktop.
sign apk
jarsigner -verbose -sigalg SHA1withRSA -digestalg SHA1 -keystore "your.jks" your.apk alias
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment