SHA-1 fingerprint of keystore certificate

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

    If you are using Android Studio IDE then you can get SHA1 has value for your all build variants with one click.

    Under Gradle Projects Window > Select Root Project > signingReport > double click

    Next

    Go To Variant: release for release

    Go To Variant: debug for debug

    http://devdeeds.com/create-sha1-key-using-android-studio/

提交回复
热议问题