简体   繁体   English

适用于Android应用的发布密钥库在哪里?

[英]Where is the release keystore located for Android apps?

I'm following this tutorial to create a Turn Based Multiplayer game: https://developers.google.com/games/services/console/enabling 我正在按照本教程创建回合制多人游戏: https : //developers.google.com/games/services/console/enabling

Under the Specify client ID settings section, they say to run: 在“指定客户端ID设置”部分下,他们说要运行:

keytool -list -keystore [path-to-debug-keystore] keytool -list -keystore [调试密钥库的路径]

That's fine because they also mention the location of the debug keystore: "On Windows, the debug keystore can be found at C:\\Users[USERNAME].android\\debug.keystore." 很好,因为他们还提到了调试密钥库的位置:“在Windows上,可以在C:\\ Users [USERNAME] .android \\ debug.keystore中找到调试密钥库。”

They also say to run this command: 他们还说要运行以下命令:

keytool -list -keystore [path-to-production-keystore] keytool -list -keystore [生产密钥库的路径]

But they don't mention where the release/production keystore is. 但是他们没有提到发布/生产密钥库在哪里。

...where is it? ...它在哪里?

You generate the production key yourself. 您可以自己生成生产密钥。 Read Sign Your App in the android developer documentation. 阅读android开发人员文档中的签署您的应用程序

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM