GPS示例问题

发布于 2024-11-04 15:50:10 字数 300 浏览 0 评论 0原文

我在使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

对岸观火 2024-11-11 15:50:10

您可以通过在 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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文