SHA-1 fingerprint of keystore certificate

前端 未结 30 3484
长发绾君心
长发绾君心 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:08

    Go to your java bin directory via the cmd:

    C:\Program Files\Java\jdk1.7.0_25\bin>

    Now type in the below comand in your cmd:

    keytool -list -v -keystore "c:\users\your_user_name\.android\debug.keystore" -alias androiddebugkey -storepass android -keypass android 
    

提交回复
热议问题