Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

why does the gingerbread emulator orientation get stuck in apps?

At first I thought this was a problem with my app, but it seems to be happening in any app (though interestingly, not the home screen) in the gingerbread emulator.

To replicate my issue, open eclipse and fire up the android emulator for gingerbread (I'm using the "Google APIs - API Level 9" as my target)

So the procedure to duplicate once the emulator loads is

press LCtrl-F11 to shift orientation to landscape, then again to switch to portrait

Result:
In the homescreen:
The view rotates to landscape, and then back to portrait, as expected

In any app (i've tried browser, calculator, maps, and the app i'm currently working on):
the view rotates to landscape, and then nothing, it stays in landscape even the emulator is displaying the phone in landscape mode (see below)

enter image description here

Has anyone else had this issue, or have I installed the emulator in some incorrect way - this hasn't been an issue with any of the previous emulators

like image 685
tabjsina Avatar asked Dec 17 '10 10:12

tabjsina


1 Answers

This is a bug with the Android emulator running 2.3.x. Bug is already acknowledged here

like image 181
ThomasW Avatar answered Sep 22 '22 10:09

ThomasW