Google 地图未出现在 Android 设备上
当我使用调试密钥库签署我的应用程序时,我能够在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
仔细检查您的 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 :-).
您的地图 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.