Android emulator not rotating to landscape -


when try switch orientation of emulator, emulator window rotates , orientation of emulator screen stays were. can tell me what reason this?i have tried answers stackoverflow , nothing seem this how emulator screen looks when try change orientation

some of emulator targets 4.4 (api level 19) , 2.3 have bug. change emulator target version 4.2 or 4.3 , try change orientation.

see history of bug: https://code.google.com/p/android/issues/detail?id=13189

related question: impossible rotate emulator android 4.4


Comments

Popular posts from this blog

android - Inheriting from Theme.AppCompat* -

broadcastreceiver - android BOOT_COMPLETED not received if not activity intent-filter -

basic authentication with http post params android -