无法获取地缘修复到Android模拟器地缘、模拟器、Android

2023-09-04 10:25:07 作者:无角心ぃ

我想地理修复发送到Android模拟器在Eclipse中。它一直工作在一些地方,但现在它永远不会奏效。我试着针对不同的平台,设置在正确的仿真器的时区,改变区域设置为英语(美国),抹用户数据在仿真器,同时使用的telnet地理fix命令和DDMS。

I'm trying to send geo fixes to the Android Emulator in Eclipse. It has been working in some locations, but now it never works. I've tried targeting different platforms, setting the time zone in the correct emulator, changing the locale to English (US), wiping the user data in the emulator, used both telnet geo fix command and the DDMS.

我怎样才能使这项工作?

How can I make this work?

推荐答案

如果您的AVD版本的API级别9,(2.3仿真器),那么它似乎是一个已知的bug

If your AVD version is API level 9, (2.3 emulator), then it appears to be a known bug

onLocationChanged(Location位置)方法不会在谷歌API工作9 platfom 2.3

我已经得到了很好地工作在2.1和3.0两个应用程序,但一个是不愿意在2.3安装,当它,地缘修复不工作..另一种是安装又一次地缘修复不起作用

I've got two apps that work fine in 2.1 and 3.0, but one is reluctant to install under 2.3, when it does, geo fix doesn't work.. The other is installed and again geo fix doesn't work.