为了方便开发,android模拟器提供了命令行以及图形界面两种接口模拟移动设备位置的改变。
- 通过DDMS的Location Controls向模拟器发送位置信息
- 通过命令行发送位置信息
- $ telnet localhost 5554
-
Trying ::1...
-
Trying 127.0.0.1...
-
Connected to localhost.
-
Escape character is '^]'.
-
Android Console: type 'help' for a list of commands
-
OK
-
geo fix -122.41914 37.77919
-
OK
经过实验Android2.3的模拟器在收到location数据后会重启而失去响应,但是,Android2.2的版本却没任何问题。
查了半天,原来这是Android2.3的一个crash bug引起的,具体参见:
阅读(2091) | 评论(0) | 转发(0) |