2.2横向模式下的模拟器

时间:2011-07-22 07:18:04

标签: android android-emulator

我已经提到This我有同样的问题,我也遵循定义的解决方案,但我不能成功地查看水平横向模式。知道为什么这个东西会产生影响吗?

清单文件::

 <?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

2 个答案:

答案 0 :(得分:2)

使用ctrl + f12旋转模拟器。有人认为使用左ctrl键是因为右旋转键不能用于旋转模拟器。

答案 1 :(得分:0)

您可以在此处找到键盘映射: Emulator settings

向下滚动该页面。您可以通过按CTRL + F12

更改方向