平板电脑的Genymotion屏幕方向问题

时间:2017-02-11 06:06:16

标签: android android-emulator tablet genymotion screen-orientation

我正在使用Genymotion。我为sw800dp平板电脑和sw600dp创建了布局。我想我的应用程序只用于肖像,所以我做了什么

<activity android:name="TestCountry"
android:screenOrientation="portrait"
>
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>

</activity>

现在如果我使用genymotion模拟器大小1280x800运行应用程序

它显示以下输出

enter image description here

然后按ctrl + F11并更改方向,然后显示

enter image description here

任何人都可以说出它输出错误的原因

0 个答案:

没有答案