Lendl Leyba
Lendl Leyba

Reputation: 2287

Android Virtual Device orientation (This is different)

AVD won't change orientation. All answers I saw says numpad 7, numpad 9, ctrl + F11, ctrl+ F12, even the link from developer.android. But my AVD only goes sideways, but not the screen orientation itself. I want to simulate the exact change orientation of a device, not just the normal avd looking sideways. Here's a pic of what I mean:

http://i41.tinypic.com/w85fk4.jpg

Even checked Auto rotate screen on android settings sideways. But still no. Lol.

Upvotes: 2

Views: 2340

Answers (3)

Doom
Doom

Reputation: 1

I got it working by changing the skin. WXGA800 worked for me

Upvotes: 0

Mike
Mike

Reputation: 36

It seems that there is a bug for AVD with Android 4.4. To fix the problem you may install Android 4.3 over the SDK Manager and then switch the target of your emulated device to Android 4.3.

Upvotes: 2

Marcin Orlowski
Marcin Orlowski

Reputation: 75645

Looks like your system settings are simply set to not rotate the screen. Go to Android settings -> Display and enable "Auto-rotate screen"

Upvotes: 0

Related Questions