Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Why does the android emulator does not rotate back?

I'm a Mac user. I just installed the Eclipse and Android SDK. However, I realised that when my emulator rotates from portrait to landscape, the view of the application does not turn back when I press fn+ctrl+11/12 again but the emulator does. This does not occur only on my app, it also occurs on the device program such as setting.

Does anyone know the reason behind it ? Please help. Thanks a lot.

like image 389
starvi Avatar asked Mar 29 '26 23:03

starvi


1 Answers

You are probably running into a bug that occurs when the emulator runs certain versions of Android OS. For links, see my answer here: Android 2.3 emulator orientation changes

like image 58
ThomasW Avatar answered Apr 02 '26 13:04

ThomasW