简体   繁体   English

如果我尝试修复gps坐标,Android模拟器会重新启动

[英]Android emulator reboots if I try to fix the gps coordinates

I've created a virtual device with the 2.3 platform (api level 9) and I just launched it and tried to fix GPS location via telnet, as follows: 我创建了一个2.3平台(api级别9)的虚拟设备,我刚刚启动它并尝试通过telnet修复GPS位置,如下所示:

telnet localhost 5554
geo fix 41.41 174.64

The emulator returns an "OK" message as the output of my command, and I am simply trying to see if the Google Maps/Latitude app will be able to see these coordinates as my location, but when I load them they will simply reboot the emulator (actually the OS does not come back, I have to close the emulator and launch it again). 模拟器返回“OK”消息作为我的命令的输出,我只是想看看谷歌地图/谷歌纵横应用程序是否能够将这些坐标看作我的位置,但是当我加载它们时它们只会重新启动模拟器(实际上操作系统没有回来,我必须关闭模拟器并再次启动它)。

Am I doing anything wrong or is there a bug in the emulator? 我做错了什么或模拟器中有错误吗?

This is a bug in the emulator. 这是模拟器中的错误。 The issue tracker entry has some more information. 问题跟踪器条目包含更多信息。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM