why does the gingerbread emulator orientation get stuck in apps?

后端 未结 3 1344
伪装坚强ぢ
伪装坚强ぢ 2020-12-16 13:30

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.

T

相关标签:
3条回答
  • 2020-12-16 13:52

    I just got stuck with the same problem in my own application. The app always stays in lanscape mode after using the camera. The only workaround I found is to click on the home button (emulator changes to portrait mode) and then click again on my application to get back to it also in portrait mode.

    Did anybody report that bug already?

    (Gingerbread emulator, Eclipse 3.5.x, Android Development Tools 8.0.1.v201012062107-82219)

    0 讨论(0)
  • 2020-12-16 14:00

    Actually, I have run into that problem occasionally before, though it does seem to get progressively worse with each passing tools release. There is nothing wrong with your installation or how you are using the program, AFAIK. You might try using Ctrl-F12 to switch back rather than Ctrl-F11 and see if that improves matters. I think the problem may stem from the emulator trying to emulate four-way orientation, but that is just a guess.

    0 讨论(0)
  • 2020-12-16 14:14

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

    0 讨论(0)
提交回复
热议问题