Last active
June 23, 2016 04:47
-
-
Save shihabmi7/c34897a976750b382c749a20ecceb5e5 to your computer and use it in GitHub Desktop.
Map Keystore : get-the-sha1-fingerprint-certificate
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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