Nishant
Nishant

Reputation: 32233

Emulator rotation issue after updating Android SDK to rev 21 and Android Platform tools to rev 16

I have updated my Android SDk to rev 21 and SDK tools rev to 16. I created a new AVD and launched it. Now when I rotate the screen it get rotated but actual activity doen not rotates accordingly. It always display it in portrait mode.

Portrait mode Image enter image description here

Landscape Mode Image: enter image description here

AVD Image: enter image description here

Upvotes: 1

Views: 377

Answers (1)

CommonsWare
CommonsWare

Reputation: 1007624

This isn't a general problem, though it definitely seems to happen for that specific combination. Since there are no API Level 11 devices for all intents and purposes, I would suggest trying a different API level. I tried 4.0.3, and it appeared to behave better.

Upvotes: 1

Related Questions