1

Possible Duplicate:
How to rotate the Android emulator display?

I have created an emulator 1024x600. api level 9. Problem is my application has a portrait view. It can not be viewed as landscape.

so I want to view it as 600x1024 view. Therefore, is there anyway to solve this? I think you understand me.

Community
  • 1
  • 1
kiriappa
  • 822
  • 2
  • 7
  • 14

5 Answers5

3

Yes.

Here is a link for shortcuts answer

CTRL + F11

or

CTRL +12 on windows.

While we are at it here are other shortcuts answer . Hope it helps.

Agilanbu
  • 2,747
  • 2
  • 28
  • 33
Lazy Ninja
  • 22,342
  • 9
  • 83
  • 103
2

By typing Ctrl+F12

Also see Keyboard Commands for Android Emulator

Brad Mace
  • 27,194
  • 17
  • 102
  • 148
newday
  • 3,842
  • 10
  • 54
  • 79
1

Windows : use left Ctrl + F12 to switch between landscape and portrait modes.

Mac use : Fn + Ctrl + F12

Agilanbu
  • 2,747
  • 2
  • 28
  • 33
Rajeev N B
  • 1,365
  • 2
  • 12
  • 24
1

Windows: left Ctrl + F12

OS X: fn + control + F12

You can also change between Landscape and Portrait in Eclipse, using the Graphical Layout of the View.

See below:

enter image description here Viewing the Graphical Layout Landscape Android

Community
  • 1
  • 1
d.moncada
  • 16,900
  • 5
  • 53
  • 82
1

Two Shortcuts:-

  • CTRL + F12
  • NumLock Off , thenpress 7 key from the side Keyboard.
Agilanbu
  • 2,747
  • 2
  • 28
  • 33
Sahil Mahajan Mj
  • 11,033
  • 8
  • 53
  • 100