SHA-1 fingerprint of keystore certificate

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

    If you are using android studio use simple steps:

    • Run your project

    • Click on Gradle menu

    • Expand Gradle task tree

    • Click on android-> signingReport

    If there is nothing displayed(android studio 2.2) then

    Click on Toggle tasks execution/text mode from Run bar

    0 讨论(0)
  • 2020-11-22 00:10

    You can get MD5 and SHA1 fingerprint for any workspace by going to Window>Preference>Android>Build in Eclipse.

    0 讨论(0)
  • 2020-11-22 00:11

    Please refer to the following images and get the SHA-1 key

    0 讨论(0)
  • 2020-11-22 00:11

    Right side Gradle --> signing project get all keys

    0 讨论(0)
  • 2020-11-22 00:12

    This is step by step process of what worked for me.

    First run the app then follow steps below (also shown in screenshot)

    1. click signing report
    2. open gradle console dialog
    3. it should display your SHA-1 certificate number

    0 讨论(0)
  • 2020-11-22 00:12

    If you are using Android studio this very simple.

    Create a new Google map activity and you can see sha1 fingerprint like below image.

    0 讨论(0)
提交回复
热议问题