簡體   English   中英

Nexus 4,Galaxy Nexus AVD - 風景無法正常工作

[英]Nexus 4 , Galaxy Nexus AVD - Landscape not working

我正在嘗試在不同設備上測試我的應用程序,並且遇到Nexus 4和Nexus Galaxy仿真器的問題。 它們與我期望它們做的相反,它們是縱向而不是橫向鎖定。

<activity
    android:name="org.myApp.Main"
    android:screenOrientation="userLandscape" 

我已經在Nexus 7,10和1的設備和模擬器上進行了測試,它們都很好。

這是模擬器的問題還是這些設備不同。 不幸的是,我現在沒有可用於測試的設備。

你可以試試

 android:screenOrientation="landscape"

並在這里看到userLandscape和landscape之間的差異:

http://developer.android.com/guide/topics/manifest/activity-element.html#screen

我只是嘗試更改為Landscape而不是userLandscape,現在看起來還不錯。 機器人:screenOrientation = “風景”

我的問題是我的AVD運行API 17,用戶userLandscape是18

SensorLandscape對我來說是最好的。

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM