Android emulator not rotating to landscape

2019-01-08 16:36发布

When i try to switch the orientation of my emulator, the emulator window rotates and the orientation of the emulator screen stays as it were. Can anyone tell me what is the reason for this?I have tried all the answers from StackOverflow and nothing seem to help This is how the emulator screen looks like when i try to change the orientation

11条回答
Melony?
2楼-- · 2019-01-08 16:55

My solution was to enable the accelerometer in the device profile.

查看更多
爱情/是我丢掉的垃圾
3楼-- · 2019-01-08 16:55

This is a bug in android emulator. Add Keyboard Support - yes in emulator properties to fix this problem. You can track this bug : http://code.google.com/p/android/issues/detail?id=34237

查看更多
萌系小妹纸
4楼-- · 2019-01-08 16:55

Other answers cover this pretty well, but there seem to be some restrictions on using the Ctrl key bindings (at least in Linux).

Summary: Key bindings for changing emulator orientation

Note that there are relevant bugs for emulator targets v2.3 and v4.4. See the bug reports for more info and workarounds.

Emulator shortcuts are listed here.

  • Prev Layout: KEYPAD_7 or Ctrl-F11
  • Next Layout: KEYPAD_9 or Ctrl-F12

Notes on Ctrl key bindings (in Linux)

  • Although the docs claim Ctrl-F11/12 work, I've found that these bindings only work using the left control key (LeftCtrl-F11/12). Someone mentioned this happening in Windows, so it's not just Linux.
  • LeftCtrl-F11/12 using a key remapped to LeftCtrl doesn't work for me. I need to use the physical LeftCtrl key. I don't know whether this affects non-X11 systems as well.

Note on KP_n key bindings

  • Keep in mind that a few numeric keypads actually emit scancodes for the number-row digits, rather than the proper keypad digits. Such keypads won't work for any keypad-specific bindings.
查看更多
5楼-- · 2019-01-08 16:56

Some of the emulator targets like 4.4 (API level 19) and 2.3 have a bug. Change your emulator to target version 4.2 or 4.3 and try to change the orientation.

See the history of this bug: https://code.google.com/p/android/issues/detail?id=13189

Related question: Impossible to rotate the emulator with android 4.4

查看更多
Deceive 欺骗
6楼-- · 2019-01-08 16:56

you can try in two ways.

1.left ctrl+F11

2.enable num lock then press 9.

查看更多
啃猪蹄的小仙女
7楼-- · 2019-01-08 17:00

If everything else fails (it did for me), as a workaround you can use application for screen orientation. In the other question (Impossible to rotate the emulator with android 4.4), user vldmrrr wrote that:

Until it is fixed I use this free application "Set Orientation". Install the apk into emulator using adb install.

The application displays a shortcut in the notification status bar. (I know it's an old question, but it's pretty high in google).

查看更多
登录 后发表回答