Skip to content

Instantly share code, notes, and snippets.

@mitchwongho
Created October 15, 2014 09:44
Show Gist options
  • Select an option

  • Save mitchwongho/5dd5ad567ddb59f55e4f to your computer and use it in GitHub Desktop.

Select an option

Save mitchwongho/5dd5ad567ddb59f55e4f to your computer and use it in GitHub Desktop.
Eport Android Debug Key hash
$ keytool -exportcert -alias androiddebugkey -keystore ~/.android/debug.keystore | openssl sha1 -binary | openssl base64
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment