Android 模拟器:断开 GPS 设备与提供商的连接
我正在 Android 上开发一个支持 GPS 的应用程序。地图显示没有问题,但我想测试我的代码对用户进入房间、地下室或洞穴的情况有何反应,以便设备停止接收任何信号。我的问题是我是否可以通过编程或使用 DDMS 来模拟这个过程,如果可以,那么如何模拟?
PS 重点是在模拟器上测试所有内容,而不是在真实设备上。 谢谢。
I am developing a GPS enabled application on Android. There is no problem with the map display, but I want to test how my code would react to the situation in which the user enters a room, basement or a cave, so that the device would stop receiving any signal. My question is whether I can simulate this programatically or by using the DDMS, and if so, then how?
P.S. The point is to test it all on the emulator, not a real device.
Thank you.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
仅当您将其推送(例如,通过模拟器控制选项卡)时,修复才会进入模拟器。如果您不希望模拟器接收修复程序,请不要发送它们。
Fixes only come into the emulator when you push them over (e.g., via the Emulator Control tab). If you don't want the emulator to receive fixes, don't send them.