获取 Google Maps API 证书的 MD5 指纹时出现问题

发布于 2024-10-01 18:20:39 字数 352 浏览 5 评论 0原文

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

给我错误:

keytool error: java.lang.Exception: Keystore file does not exist: /Users/syalam/.android/debug.keystore.

我不知道如何签署我的调试密钥,以便我可以使用 Google 地图。我已经在 Eclipse 中验证了这是存储我的调试密钥的位置。

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

gives me the error:

keytool error: java.lang.Exception: Keystore file does not exist: /Users/syalam/.android/debug.keystore.

I'm not sure how I can sign my debugkey so that I can use Google Maps. I have verified in Eclipse that this is where my debugkey is stored.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

岁月打碎记忆 2024-10-08 18:20:39

我可以在密钥库文件路径中看到尾随的额外句点。它应该是“~/.android/debug.keystore”而不是“~/.android/debug.keystore”。

I can see a trailing extra period in the keystore file path. It should be "~/.android/debug.keystore" instead of "~/.android/debug.keystore."

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文