Rotating the Android Emulator Display in Eclipse…

Just a small note for myself and for those who might ask Google for the same question. I started to learn Android app development today and created my first small app. I did setup the app so that it runs in widescreen mode. I did add android:screenOrientation=”landscape” in all the activity sections of my AndroidManifest.xml file to achieve this.

After starting my app, I noticed that the code would work but the problem was that the Android emulator display would be still upright and not in widescreen or landscape format. But as said the app was really running overhead. So, I asked my self how I could now rotate the Eclipse and Android emulator screen and asked someone who gave me the answer. The display of the Android emulator can be switched between the modes and you need to press Ctrl+12 to rotate the screen. If you press Ctrl+12 again, it will switch to the other display mode back.

Maybe it helps someone who finds my blog after asking Google the same question.

Advertisement

One thought on “Rotating the Android Emulator Display in Eclipse…

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.