gpt4 book ai didi

java - 如何解决 Android 4.4.2 中的 AVD 自动旋转屏幕问题?

转载 作者:太空宇宙 更新时间:2023-11-03 10:21:13 25 4
gpt4 key购买 nike

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

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

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

问题是:纵向 View : enter image description here

横向 View : 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>

最佳答案

尝试改用 Genymotion 模拟器或 AVD。它有一个横向和纵向之间的旋转按钮

关于java - 如何解决 Android 4.4.2 中的 AVD 自动旋转屏幕问题?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20945395/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com