GPS示例问题
我在使用 GPS LocationListener 时遇到问题。我认为它根本无法在我的模拟器中运行。我完全按照此链接中的示例进行操作 http://hejp.co.uk/android /android-gps-example/ 但它仍然无法工作。我尝试远程登录并输入 geo fix 15 10,在 Logcat 显示“构建指纹”后不久,模拟器会自行重置,Logcat 会显示“退出 zygote,因为系统服务器 (69) 已终止”
I am having problems with the GPS LocationListener. I don't think it's working in my emulator at all. I followed exactly what the example in this link http://hejp.co.uk/android/android-gps-example/ and it still won't work. I tried telnetting it and typing geo fix 15 10, and shortly after Logcat shows "Build fingerprint", the emulator resets by itself and Logcat says "Exit zygote because system server (69) has terminated"
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以通过在 Android 模拟器中模拟位置数据来测试基于位置的功能。你可以这样做:
使用 Eclipse、DDMS。
使用 Eclipse
选择窗口 >显示视图>其他>模拟器控制。
在模拟器控制面板中,输入 GPS 坐标。然后测试 GPS。
有关更多详细信息:请参阅此链接
you can test your location-based features by mocking location data in the Android emulator. You can do this :
using Eclipse, DDMS.
Using Eclipse
Select Window > Show View > Other > Emulator Control.
In the Emulator Control panel, enter GPS coordinates.Then test GPS.
For more details: see this link