What is SHA1 fingerprint?

后端 未结 6 2582
心在旅途
心在旅途 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:02

    The easiest way to get SHA 1 certficate fingerprint is to click on Gradle in the upper hand right side near the corner of the screen of Android Studio. Then click on the name of the app(e.g android123(root): it should appear like this). After that, you will find a subfolder named android and clicking on it go for the signingReport.It should run in the console and should show you the SHA 1 certficate fingerprint. Hope it helps.

提交回复
热议问题