Android - Test Rotating Device in AVD
How do I tes开发者_StackOverflow中文版t rotating an android device with an AVD?
You can use a keyboard command to do this:
http://developer.android.com/guide/developing/tools/emulator.html
Look at the section "Controlling the Emulator".
If you mean to change the screen orientation (rotate the screen) then Ctrl+F11 should work.
精彩评论