简体   繁体   中英

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:

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).

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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