Skip to content

Instantly share code, notes, and snippets.

@hoyin258
Last active August 29, 2015 14:09
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 hoyin258/cacd141f921a26bea1d9 to your computer and use it in GitHub Desktop.
Save hoyin258/cacd141f921a26bea1d9 to your computer and use it in GitHub Desktop.
Get Android Debug Keystore command
Google Play:
keytool -exportcert -alias androiddebugkey -keystore ~/.android/debug.keystore -list -v
Facebook:
keytool -exportcert -alias androiddebugkey -keystore ~/.android/debug.keystore | openssl sha1 -binary | openssl base64
@hoyin258
Copy link
Author

Password: android

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment