Skip to content

Instantly share code, notes, and snippets.

@th3d0g
Created January 15, 2016 16:08
Show Gist options
  • Save th3d0g/ca8244a77ab10b089fa5 to your computer and use it in GitHub Desktop.
Save th3d0g/ca8244a77ab10b089fa5 to your computer and use it in GitHub Desktop.
Debug:
keytool -exportcert -alias androiddebugkey -keystore %HOMEPATH%\.android\debug.keystore | openssl sha1 -binary | openssl base64
Release:
keytool -exportcert -alias YOUR_RELEASE_KEY_ALIAS -keystore YOUR_RELEASE_KEY_PATH | openssl sha1 -binary | openssl base64
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment