Reputation: 2287
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:
Even checked Auto rotate screen on android settings sideways. But still no. Lol.
Upvotes: 2
Views: 2340
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
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