如何在android 4.4.2中解决AVD自动旋转屏问题?

时间:2014-01-06 07:52:04

标签: java android avd

当我使用AVD运行一个简单的应用程序时,我需要查看横向视图,经过一些搜索后,我在“设置” - >“显示” - >“自动旋转屏幕”中检查了“自动旋转屏幕”设置,然后我可以通过单击 CTRL + F11 来旋转窗口,但我的应用程序中的内容没有按预期显示。

我发现有一个关于Android 2.3 AVD(Issue 13189: Orientation does not change from landscape to portrait on Emulator on 2.3)的错误报告,但现在还没有机构解决它。

任何人都可以有一些想法吗?

这是问题所在: 纵向视图: enter image description here

景观视图: enter image description here

这是我的AVD详情:

enter image description here

这是AndroidManifest.xml:

<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
          package="com.example.SimpleFragment"
          android:versionCode="1"
          android:versionName="1.0">
<uses-sdk android:minSdkVersion="19"/>
<application android:label="@string/app_name" android:icon="@drawable/ic_launcher">
    <activity android:name="MyActivity"
              android:label="@string/app_name">
        <intent-filter>
            <action android:name="android.intent.action.MAIN"/>
            <category android:name="android.intent.category.LAUNCHER"/>
        </intent-filter>
    </activity>
</application>
</manifest>

1 个答案:

答案 0 :(得分:2)

尝试使用Genymotion Emulator或AVD。它在横向和纵向之间有一个旋转按钮