Google 地图未出现在 Android 设备上

发布于 2024-11-14 08:17:21 字数 117 浏览 2 评论 0原文

当我使用调试密钥库签署我的应用程序时,我能够在 MapView 中正确显示我的 Google 地图。当我尝试使用发布密钥库对其进行签名时,地图会显示为空白图块,没有地图图块。

如何让我的发布版本显示地图?

I am able to display my Google Map properly in my MapView when I sign my application with my debug keystore. When I try and sign it with a release keystore, the map appears but as blank tiles, no map tiles.

How can I get my release build to show the maps?

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

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

发布评论

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

评论(2

尬尬 2024-11-21 08:17:21

仔细检查您的 API 密钥..如果一切看起来都很好但仍然无法正常工作,请使用新密钥和相应的新 API 密钥签署应用程序:-)。

Double check your API keys.. if all looks fine and its still not working sign the app with a new key and corresponding new API key :-).

居里长安 2024-11-21 08:17:21

您的地图 API 密钥与用于对您的应用程序进行签名的密钥库相匹配。在使用发布密钥库对您的应用进行签名之前,请转至 http://code.google .com/android/maps-api-signup.html 并生成新的 API 密钥。

Your maps API key is matched with the keystore used to sign you app. Before signing your app with your release keystore, go over to http://code.google.com/android/maps-api-signup.html and generate a new API key.

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