获取 Google Maps API 证书的 MD5 指纹时出现问题
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我可以在密钥库文件路径中看到尾随的额外句点。它应该是“~/.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."