How can I force the screen orientation to landscape on the Nexus 9 emulator? I used RequestedOrientation = ScreenOrientation.Landscape in MainActivity.cs and it works well on all other emulators The problems show up only on Nexus 9 Any solutions?
How can I force the screen orientation to landscape on the Nexus 9 emulator? I used RequestedOrientation = ScreenOrientation.Landscape in MainActivity.cs and it works well on all other emulators The problems show up only on Nexus 9 Any solutions?
Do you enable the auto-rotate settings like following screenshot?

I test RequestedOrientation = ScreenOrientation.Landscape in MainActivity.cs of my Nexus 9 emulator, it works as normal.

Could you share a demo about it? And I create this Nexus 9 emulator by android studio. Then create a new project, add RequestedOrientation = ScreenOrientation.Landscape in MainActivity.cs

9 people are following this question.