English 中文(简体)
• 如何使Eclipse Emulator为Anders[复制]提供全球定位系统
原标题:How to enable GPS in Eclipse Emulator for Android [duplicate]
This question already has answers here:
Closed 11 years ago.

Possible Duplicate:
How to emulate GPS location in the Android Emulator?

I m 努力在安伯(Eclipse)启动全球定位系统功能

我写了一份测试方案,以了解目前的地点。 我确信,这台电灯正在运行。

如果我对Eclipse的Andrew Emulator的节目进行检测,那么就没有发生任何事情了。 我没有什么东西?

I already added GPS support in the AVD I know the Emulator control... but nothing is happening in the app.

我是否需要在SDK安装一些额外的未来?

我希望有人能向我指出正确的方向!

问题回答

在种植者经营的情况下,做的是

telnet localhost 5554

a. 连接支持者。 然后,你可以做几个指挥,例如:

geo fix (longitude) (latitude)

该指挥部指示投递人行事时,该电话位于这些地点(主要是伪造全球定位系统坐标)。

你们可以使用称为“超纬度标志”的 go光图,在某个地方获得全球定位系统坐标。

You just need to send latitude and longitude via Emulator Control under DDMS, no need to other things. pretty simple:)

地理固定解决方案行之有效,但空洞解决办法也应发挥作用。 你不应安装任何特殊设备。

努力创建新的支持者(其特征得到优惠支持),并管理该支持者,在“发展中国家”的赞助者名单中选择该支持者,然后由支持者控制。 定在那里的位置和新闻“晚报”。

不管怎样,如果是这样做,你甚至可以安装第三方对 em子,后者做的是:





相关问题
In Eclipse, why doesn t "Show In" appear for non-Java files?

If I have a *java file open, I can right click on the source, scroll down to "Show In (Alt-Shift-W)", and select Navigator. If I have an *xml, *jsp, or pretty much anything besides a Java source ...

Eclipse: Hover broken in debug perspective

Since upgrading Eclipse (Galileo build 20090920-1017), hover in debug no longer displays a variable s value. Instead, hover behaves as if I were in normal Java perspective: alt text http://...

Eclipse smart quotes - like in Textmate

Happy Friday — Does anyone know if eclipse has the notion of smart quotes like Textmate. The way it works is to select some words and quote them by simply hitting the " key? I m a newbie here so be ...

Indentation guide for the eclipse editor

Is there a setting or plugin for eclipse that can show indentation guides in the editor? Something like the Codekana plugin for visual studio (not so fancy is also OK). Important that it works with ...

Adding jar from Eclipse plugin runtime tab

I want to add .jar files for plugin from the Runtime tab of manifest file. When I use the Add... button, I can see only sub-directories of the plugin project. So if I want to add same .jar file to ...

How to copy multiple projects into single folder in eclipse

I have two projects, Project1 and Project2. Now i want to copy this projects into eclipse workspace but i want these projects to be in a single folder like below. Eclipse Workspace -> Project -> ...

Java: Finding out what is using all the memory

I have a java application that runs out of memory, but I have no idea which code is allocating the memory. Is there an application with which I can check this? I use Eclipse.

热门标签