帮助!地理编码失败:forwardGeocode():GLS 失败,状态为 20
升级到 Android SDK 8 后,我开始在模拟器中看到地理编码失败。然而,在设备上一切都很好。
现在,我的应用程序无法在 1.5 和 1.6 设备以及模拟器中进行地理编码。有人能解决这个问题吗?我无法在 2.2 设备上进行测试。也许那里工作正常。
还有其他人遇到这个问题吗?他们已经解决了吗?
非常感谢,
pawpaw17
After I upgraded to Android SDK 8 I started seeing geocoding failures in the emulator. However, everything was fine on a device.
Now my app fails to gecode on 1.5 and 1.6 devices as well as in the emulator. Has anyone been able to fix this? I can't test on a 2.2 device. Perhaps it works OK there.
Is anyone else suffering from this and have they fixed it?
Many thanks,
pawpaw17
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
地理编码在 API 8 的模拟器上不起作用,我不知道为什么,但它就是不能在 API7 模拟器上运行,如果它在那里工作,它应该在真正的 2.2 设备上工作。
不久前我遇到了同样的问题,在设备(Nexus One 和 G2)上运行良好,在模拟器上没有执行任何操作。
Geocoding doesnt work on the emulator on API 8, I dont know why, but it just doesnt, run in on a API7 emulator, if it works there it should work on a real 2.2 device.
I had this exact same problem not so long ago, runs fine on the device (nexus one & G2), does nothing on the emulator.