Skip to content

Instantly share code, notes, and snippets.

@shihabmi7
Last active June 23, 2016 04:47
Show Gist options
  • Save shihabmi7/c34897a976750b382c749a20ecceb5e5 to your computer and use it in GitHub Desktop.
Save shihabmi7/c34897a976750b382c749a20ecceb5e5 to your computer and use it in GitHub Desktop.
Map Keystore : get-the-sha1-fingerprint-certificate
# Step 1: Go to your java bin directory via the cmd:
C:\Program Files\Java\jdk1.7.0_71\bin>
# Step 2: Now type in the below command in your cmd:
keytool -list -v -keystore c:\users\your_user_name.android\debug.keystore -alias androiddebugkey -storepass android -keypass android
example:
keytool -list -v -keystore c:\users\James.android\debug.keystore -alias androiddebugkey -storepass android -keypass android
and you will get SHA1
## details
http://stackoverflow.com/questions/27609442/how-to-get-the-sha1-fingerprint-certificate-in-android-studio-for-debug-mode#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment