6

I'm working in Eclipse using the Android SDK and Android ADT plugin, and I have some functionality based on phone orientation that I want to test in the emulator (more specifially, I want to verify my solution to this problem).

How do I emulate the orientation change?

Community
  • 1
  • 1
Tomas Aschan
  • 58,548
  • 56
  • 243
  • 402

1 Answers1

8

If you mean,switching during runtime,than:

.Switch to previous layout orientation (for example, portrait, landscape): KEYPAD_7, Ctrl-F11 .Switch to next layout orientation (for example, portrait, landscape): KEYPAD_9, Ctrl-F12

Is that what you need?

Marcello Grechi Lins
  • 3,350
  • 8
  • 38
  • 72