SHA-1 fingerprint of keystore certificate

前端 未结 30 3034
长发绾君心
长发绾君心 2020-11-21 23:36

Is the method for getting a SHA-1 fingerprint the same as the method of getting the a fingerprint? Previously, I was running this command:

30条回答
  •  既然无缘
    2020-11-22 00:17

    Open Command Prompt in Windows and go to the following folder .

    C:\Program Files\Java\jdk1.7.0_05\bin

    Use commands cd to change directory to next. Use command cd .. to change directory to the Prev

    Now type the following command as it is :

    keytool -list -v -keystore "%USERPROFILE%\.android\debug.keystore" -alias androiddebugkey -storepass android -keypass android
    

提交回复
热议问题