开发者

How do I update the azimuth of orientation of the Android emulator? [duplicate]

开发者 https://www.devze.com 2023-02-07 16:02 出处:网络
This question already has an开发者_Python百科swers here: Closed 11 years ago. Possible Duplicate: Can I emulate a compass on Android
This question already has an开发者_Python百科swers here: Closed 11 years ago.

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


Its simple .You have to just press ctrl+F11 to change orientation when emulator is running.

0

精彩评论

暂无评论...
验证码 换一张
取 消