Top Menu

Drop Down MenusCSS Drop Down MenuPure CSS Dropdown Menu

Wednesday 20 January 2016

How to get SHA1 fingerprint key

Go to your java bin directory via the cmd:
C:\Program Files\Java\jdk1.7.0_71\bin>
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\prince\.android\debug.keystore -alias androiddebugkey -storepass android -keypass android
and you will get SHA1
Make sure you are in BIN folder of jdkX.X.X_XX(mine folder name is jdk1.7.0_71) , or else if you don't know what folder name you have then find it by opening java folder and you will see what folder name is but you must be in your BIN folder and then run this command. 
SNAPSHOT:

No comments:

Post a Comment