Carefully follow the below steps:
Step 1: First you need to find the location of your JDK ,most of time it installed in C drive
in my case it is located in C drive:
C:\Program Files\Java\jdk1.8.0_65\bin>
you need to copy that path(from your computer not mine) and paste that in command prompt
Step 2: In the second steps you need to find the debug.keystore file location in your
computer.normally you will find that in below location like
keytool -list -v -keystore C:\Users\"%user name%"\.android\debug.keystore -alias
androiddebugkey -storepass android -keypass android
In my case the location of debug.keystore
keytool -list -v -keystore C:\Users\suraj\.android\debug.keystore -alias androiddebugkey - storepass android -keypass android
Here is the screenshot of sha1 in my case
SHA1 |
No comments:
Post a Comment