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

标签 android android-emulator

我引用了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/

相关文章:

android - 无法在 AVD 中播放声音

crash - Android 模拟器无法在 Mac OS 10.13 上启动

android - 如何在安卓手机上安装所有应用程序

Android RelativeLayout 将一个 View 的中心对齐到另一个 View 的右上角

android - 在 Android 中访问 JPEG 图像的单独像素

android - 如何通过 api 网关 https 请求更新 Cognito Sync 用户数据

java - 是否可以在 Android lint 报告中包含 Javac lint?

android - 网站在 Android 网络浏览器中无法正确缩放

react-native - 在 ubuntu 19.10 上设置 React Native Android 模拟器

java - 绑定(bind)到 Android 库中定义的远程服务失败