如何更新 Android 模拟器的方位角?
可能的重复:
我可以在 Android 上模拟指南针
我正在开发 Android 应用程序其显示取决于手机的方向(特别是方位角)。我想使用 Android 模拟器测试应用程序,因此我需要通过其 telnet 接口动态更改模拟器的方向。
我可以通过发出以下形式的命令来更改其 GPS 位置: geo fix 34 56
但是,我不知道如何对其方位角执行相同的操作。这可能吗?如果可能的话,如何实现?
感谢您的帮助,马丁
Possible Duplicate:
Can I emulate a compass on Android
I'm developing an Android application whose display depends on the orientation (azimuth specifically) of the phone. I'd like to test the application using the Android emulator, and so I need to change the orientation of the emulator dynamically through its telnet interface.
I can change its GPS position by issuing commands of the form: geo fix 34 56
However, I can't work out how to do the same for its azimuth. Is this possible, and if so how?
Thanks for any help, Martin
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
很简单。当模拟器运行时,您只需按 ctrl+F11 即可更改方向。
Its simple .You have to just press ctrl+F11 to change orientation when emulator is running.