gpt4 book ai didi

android - 什么是 android 中的生产 keystore 以及如何获取生产 keystore 的路径?

转载 作者:塔克拉玛干 更新时间:2023-11-02 08:30:11 25 4
gpt4 key购买 nike

我正在尝试在我的 android 应用程序中添加 google 身份验证功能,为此我需要获取 Android 签名证书 SHA-1。官方tutorial说要使用下面的命令来获取 SHA-1 哈希值。

处于 Release模式

keytool -exportcert -list -v \-alias <your-key-name> -keystore <path-to-production-keystore>

Debug模式

keytool -exportcert -list -v \-alias androiddebugkey -keystore ~/.android/debug.keystore

现在我对这个生产 keystore 和 debug.keystore 是什么以及如何获得生产 keystore 的路径感到困惑?解释表示赞赏。

最佳答案

如果您没有 keystore 文件,请在 Linux 上使用以下命令:

 keytool -list -v -keystore ~/.android/debug.keystore -alias androiddebugkey -storepass android -keypass android

生产 keystore 将在您创建签名的 APK 文件时生成。

引用以下链接获取信息:

http://developer.android.com/tools/publishing/app-signing.html

关于android - 什么是 android 中的生产 keystore 以及如何获取生产 keystore 的路径?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36937492/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com