Skip to content

Instantly share code, notes, and snippets.

@christianb
Last active May 9, 2019 12:36
Show Gist options
  • Save christianb/7704765d339c0083e1b4164949f410dd to your computer and use it in GitHub Desktop.
Save christianb/7704765d339c0083e1b4164949f410dd to your computer and use it in GitHub Desktop.
Usefull Android commands
# shows the apk's certificate
keytool -list -printcert -jarfile <apk>
# shows the keystore details
keytool -list -v -keystore release.jks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment