Android 地图十字标记
为什么会这样?我使用 eclipse 并使用“导出签名的应用程序”选项。我使用现有的密钥库,即 debug.keystore。我有自己的 api 密钥开发密钥,并在所有适当的地方使用了它。十字标记不会一直出现,但它们确实经常出现,足以寻找解决方案!
Why is this coming? i use eclipse and in that use the "export signed application" option. I use the existing keystore i.e. debug.keystore. I've got my own api key dev key, and have used it at all the proper places. The cross marks dont come all the time, but they do come often enough to look for a solution!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果 hv 包含 setSatellite() 和 setStreetView() 方法,请从您的活动类中删除它们。这似乎是地图视图中的一个错误。
remove the setSatellite() and setStreetView() methods from ur activity class if hv included them. that seems to be a bug in the mapView.