What is SHA1 fingerprint?

后端 未结 6 2585
心在旅途
心在旅途 2021-02-20 00:39

I am obtaining a Google Play API key from Google, and it is asking to enter SHA1 fingerprint. I want to know what is SHA1 fingerprint? I also wanted to know weather this API key

6条回答
  •  我寻月下人不归
    2021-02-20 01:01

    If you are using Eclipse IDE, the easiest way to get the SHA1 fingerprint for your app:

    • click on your app project, in project explorer (on the left)
    • from the top menu, click Window -> Preferences
    • in the Preferences window, on the left, expand Android and click on Build

    You should see the following information:

    • default debug keystore path
    • MD5 fingerprint
    • SHA1 fingerprint

    You can also add other keystore file (for example, production keystore), and the values for that keystore will be shown also.

提交回复
热议问题