Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

How can I rotate the Android emulator display to see it in landscape mode?

share|improve this question

14 Answers

up vote 417 down vote accepted

You can use left Ctrl + F12.

See the possible options here

share|improve this answer
21  
As xtr notes below. Use LEFT ctrl. Right does not work. – Carlos Rendon May 23 '11 at 17:48
How can we do that in mac? – Omar Rehman Mar 2 '12 at 11:36
1  
@Omar : According to the comment of the tutorial androidandme.com/2009/10/news/… , you can rotate on Mac with Shift + F12 – ccheneson Mar 2 '12 at 12:47
2  
Might be stupid but how to return this back to normal?! – Saeid87 May 8 '12 at 20:20
2  
Ctrl+12 again – ccheneson May 9 '12 at 16:22
show 4 more comments
  • Windows: CTRL + F11 or CTRL + F12
  • Mac: Fn + Ctrl + F12
share|improve this answer
F11 or F12 alone did not work on windows – pat8719 Jul 21 '11 at 15:55
Thanks, no numpad on my macbook – Rob Jul 29 '11 at 16:10
thank you, it worked! – AnkitG Apr 11 at 18:02

As far as i know, F11 or F12 doesnt work, and nor does Right Ctrl + F12.

Hit Left Ctrl + F12 , or Home, or PageUp, (not NUMPAD 7 or NUMPAD 9 like the website says) to rotate emulator.

share|improve this answer

On Mac OS X, you can use Ctrl + Fn + F12 to rotate the Android emulator if you have have not configured your keyboard to "Use all F1, F2, etc. keys as standard function keys" (Check it on System Preferences - Keyboard).

If you have checked the option mentioned above, you will not need the Fn key and you should be able to rotate the emulator only with Ctrl + F12.

share|improve this answer

NUMPAD 7 and NUMPAD 9 work fine for me.

share|improve this answer
But not 8. And only if NumLock is off. Who's the clever twit at Google that decided to recognize numpad 7 (but not the 7 or Home keys) and numpad 9 (but not the 9 or PgUp keys), only if NumLock is off?! – Qwertie Apr 18 '12 at 0:01

Turn off NUMLOCK and press NUMPAD 9 to rotate the emulator.

share|improve this answer
1  
Very random, but it does work! – Qwertie Apr 17 '12 at 23:57

Press Left Ctrl + F11 or Left Ctrl + F12 to rotate the emulator view.

Note: Right Ctrl doesn't work;

share|improve this answer

Use Ctrl+F11 ,this will rotate your emulator.

share|improve this answer

Left Ctrl + F11 works on Windows.

share|improve this answer

Ctrl + F12 did not work for me, nor did Home, PageUp etc.

So here's what finally came up with:

  • Enable NUMLOCK;
  • Open your emulator and press the 7 followed by 9 on the NUMPAD on the right side of your keyboard;
  • Now your emulator will be rotated in the opposite direction;
share|improve this answer

for rotating emulator press CTR+F12

share|improve this answer

You may watch on that page, where all shortcuts of the emulator are listed: Android Emulator

share|improve this answer

Ubuntu 12.10 - [LEFT ctrl] F12

for some reason numlock isn't working on a new install on a del xps 8500 but the above worked

share|improve this answer

press ctrl + and F10 to rotate emulator screen

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.