Skip to content

Instantly share code, notes, and snippets.

@nandha-dev
Created February 13, 2017 11:27
Show Gist options
  • Save nandha-dev/4aad876641c24959ad0f706b21f383c7 to your computer and use it in GitHub Desktop.
Save nandha-dev/4aad876641c24959ad0f706b21f383c7 to your computer and use it in GitHub Desktop.
Get SHA1 key of default android debug keystore
keytool -exportcert -alias androiddebugkey -keystore ~/.android/debug.keystore -list -v -storepass android
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment