android - Android 应用的发布 keystore 在哪里?

标签 android keystore android-keystore

我正在按照本教程创建回合制多人游戏:https://developers.google.com/games/services/console/enabling

在指定客户端 ID 设置部分下,他们说要运行:

keytool -list -keystore [path-to-debug-keystore]

这很好,因为他们还提到了调试 keystore 的位置:“在 Windows 上,可以在 C:\Users[USERNAME].android\debug.keystore 中找到调试 keystore 。”

他们还说要运行这个命令:

keytool -list -keystore [path-to-production-keystore]

但他们没有提到发布/生产 keystore 在哪里。

...它在哪里?

最佳答案

您自己生成生产 key 。阅读Sign Your App在 android 开发者文档中。

关于android - Android 应用的发布 keystore 在哪里?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46105999/

相关文章:

Java、Android、Firebase 身份验证登录时抛出 NullPointerException

android - 如何创建小屏幕模拟器

java - 带 SSL 的简单 RMI 服务器

android - isInsideSecureHardware() 和 isUserAuthenticationRequirementEnforcedBySecureHardware() 有什么区别?

android - 丢失 keystore Android

android - 回收器 View 滚动但未滚动到末尾

javascript - 如何在 Javascript 中选择合适的后置摄像头?

Android Studio Build of App 失败,声称 Keystore 被篡改

java - keytool 错误 : java. lang.Exception : Keystore file exists, 但为空

java - 使用我的自签名证书创建一个 KeyStore 实例