2

I'm using Android Emulator with Android 4.4.2 API level 19 Skin WVGA800 and when I press Left Ctrol+F11, AVD disposition changes from Portait to Landscape but screen orientation inside AVD still being Portrait. I appreciate any help!!

Ragnar
  • 4,393
  • 1
  • 27
  • 40

4 Answers4

1

I found this app "Set Orientation" that allows you to force your device into a particular screen orientation. Supports all orientations, which on Android 2.3 (Gingerbread) and above includes reverse (upside-down) and sensor-based orientations.

https://play.google.com/store/apps/details?id=com.googlecode.eyesfree.setorientation&rdid=com.googlecode.eyesfree.setorientation

I hope this help people with the same problem. It was useful for me.

Ragnar
  • 4,393
  • 1
  • 27
  • 40
1

It's a bug on emulator. API level 19 (4.4) not support screen orientation: http://code.google.com/p/android/issues/detail?id=61671

Try change the API level target on your AVD settings. API level 18 (4.3) works fine for me.

dsdebastiani
  • 123
  • 4
1

This so link provides some way to fix this bug in the emulator like:

1- disabling the "Hardware keyboard present" checkbox in the "Edit Android Virtual Device (AVD)" window.

2- removing the "Keyboard lid support" option in the settings of the hardwere virtual machine

3- setting accelerometer property of the emulator set to True.

OR Problem are not solve , try this.... Num Lock is "OFF" & Press (Keypad 7 or Keypad 9)

etc.

Community
  • 1
  • 1
Dexter
  • 4,036
  • 3
  • 47
  • 55
1

Found the bug still in emulator running API 27. What worked for me: Advanced Settings -> Keyboard -> Enable keyboard input (disable)

Pedro Gonzalez
  • 1,429
  • 2
  • 19
  • 30