其他分享
首页 > 其他分享> > 使用Android Studio生成版本SHA1证书

使用Android Studio生成版本SHA1证书

作者:互联网

这个问题已经在这里有了答案:            >            How to get the SHA-1 fingerprint certificate in Android Studio for debug mode?                                    32个
我正在使用Android Studio通过转到以下位置来帮助我构建SHA1版本证书

>右上方的Gradle设置
>导航至带有齿轮图标的签名报告
>右键单击然后运行它

并生成调试SHA1证书,如下所示(变体):

enter image description here

如何使用相同的工具而不使用命令行来生成发行证书

解决方法:

选择您的buildVariant以发布类型.

enter image description here

标签:firebase,android-studio,sha1,android
来源: https://codeday.me/bug/20191211/2106606.html