Android app google maps showing grey tiles and not map!(Android应用谷歌地图显示灰色瓷砖而不是地图!)
问题描述
我在这里完美地遵循了本指南并再次浏览了它,但是当我在我的 google avd 上运行该程序时,页面加载但只出现灰色瓷砖并且它没有显示它应该显示的地图.
I followed this guide here perfectly and have gone through it again but when I run the program on my google avd the page loads but only grey tiles appear and it doesn't show a map which it should.
有人有什么想法吗?
谢谢
推荐答案
几天前我遇到了同样的问题,并发现与 APK 签名相关的事情表现得很奇怪.解决方案是将自定义调试密钥库"设置(默认为空)设置为与 Eclipse 首选项中的默认调试密钥库"相同的值.
I was facing the same issue a couple of days ago and figured out that something related to APK signing was acting weird. The solution was to set the "Custom debug keystore" setting (empty by default) to the same value as the "Default debug keystore" in the Eclipse preferences.
这篇关于Android应用谷歌地图显示灰色瓷砖而不是地图!的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:Android应用谷歌地图显示灰色瓷砖而不是地图!
基础教程推荐
- 如何在 UIImageView 中异步加载图像? 2022-01-01
- Kivy Buildozer 无法构建 apk,命令失败:./distribute.sh -m “kivy"d 2022-01-01
- android 应用程序已发布,但在 google play 中找不到 2022-01-01
- 在 gmail 中为 ios 应用程序检索朋友的朋友 2022-01-01
- UIWebView 委托方法 shouldStartLoadWithRequest:在 WKWebView 中等效? 2022-01-01
- Android:对话框关闭而不调用关闭 2022-01-01
- 如何让对象对 Cocos2D 中的触摸做出反应? 2022-01-01
- 如何在 iPhone 上显示来自 API 的 HTML 文本? 2022-01-01
- 当从同一个组件调用时,两个 IBAction 触发的顺序是什么? 2022-01-01
- 如何在没有IB的情况下将2个按钮添加到右侧的UINavigationbar? 2022-01-01