Android - Emulator in landscape mode, screen does not rotate

前端 未结 19 1932
再見小時候
再見小時候 2020-11-28 04:36

When I switch to landscape mode (NUMPAD 7 or CTRL+F11) the emulator rotates the screen to landscape orientation but the Android OS and none

相关标签:
19条回答
  • 2020-11-28 05:31

    Only way to get this to work is to use FroYo API AVD

    For anyone with this issue, this is how I set up old Froyo AVD to test this scenario:

    My Manifest min version is already 8, which is Froyo

    < uses-sdk android:minSdkVersion="8" android:targetSdkVersion="21" />
    

    You can see SDK_API_VERSION information here. http://developer.android.com/guide/topics/manifest/uses-sdk-element.html

    In the SDK manager Installed the needed version:

    http://screencast.com/t/KKZokotI4T

    Created a new AVD for the new version.

    http://screencast.com/t/W8VN6fOWGW

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