Skip to content

Instantly share code, notes, and snippets.

@bmount
Created January 10, 2018 08:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bmount/974bc5e43d3776c5297b330fb08d391a to your computer and use it in GitHub Desktop.
Save bmount/974bc5e43d3776c5297b330fb08d391a to your computer and use it in GitHub Desktop.
sign apk
keytool -genkey -v -keystore my-release-key.keystore -alias alias_name -keyalg RSA -keysize 2048 -validity 10000
jarsigner -verbose -sigalg SHA1withRSA -digestalg SHA1 -keystore my-release-key.keystore some.apk alias_name
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment