gpt4 book ai didi

android - 2.2 横向模式下的模拟器

转载 作者:行者123 更新时间:2023-11-29 00:45:07 25 4
gpt4 key购买 nike

我引用了This我有同样的问题,我也遵循定义的解决方案,但我无法成功地水平查看横向模式。知道为什么这个东西准确吗?

list 文件::

 <?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.saneshApp"
android:versionCode="1"
android:versionName="1.0">
<uses-sdk android:minSdkVersion="8" />

<application android:icon="@drawable/icon" android:label="@string/app_name">
<activity android:name=".saneshApp" android:screenOrientation="landscape" android:configChanges="orientation|keyboardHidden"
android:label="@string/app_name">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
<activity android:name=".animation_page" ></activity>
</application>
</manifest>

更新:: enter image description here

更新 enter image description here

最佳答案

使用 ctrl+f12 旋转模拟器。一种想法是使用左 ctrl 键,因为右 ctrl 键不能用于旋转模拟器。

关于android - 2.2 横向模式下的模拟器,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6786843/

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