SHA-1 fingerprint of keystore certificate

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

    //the simplest way to get SHA1

    //add following command to your terminal and hit enter

    keytool -list -v -keystore ~/.android/debug.keystore -alias androiddebugkey -storepass android -keypass android 
    

提交回复
热议问题