I have been developing Android application for Android 3.x and now I want to support Android 4.0.
So I created a new AVD from AVD Manager with a target of Android 4.0.3 and API Level 15, resolution 1280 x 800.
The emulator runs normally, but its UI is in phone mode, not tablet, and my app (for tablets) UI is collapsed. i.e., notification bar sets top, not bottom.
How do I make the emulator recognize that it should run as a tablet?