2013-05-01 70 views
2

我上傳我的遊戲,目前支持兩種分辨率1280×800和1280×720。 現在我在清單給予已設置如下Android清單銀河S3

<supports-screens 
     android:xlargeScreens="true" 
     android:requiresSmallestWidthDp="600" 
     /> 

     <compatible-screens> 
     <!-- all small size screens --> 
     <screen android:screenSize="normal" android:screenDensity="hdpi" /> 
     <!-- all normal size screens --> 
     <screen android:screenSize="xlarge" android:screenDensity="mdpi" /> 

    </compatible-screens> 

但是我的應用程序是顯示在銀河10" ,但不是在星系S3。

我已經http://developer.android.com/guide/practices/screens_support.html#DeclaringTabletLayouts

720dp: a 10」 tablet (720x1280 mdpi, 800x1280 mdpi, etc). 

請讓參考我知道我犯了什麼錯誤。

回答

2

android:largeScreens = [「true」|「false」]在清單文件中設置爲true

http://developer.android.com/guide/topics/manifest/supports-screens-element.html

三星Galaxy s3來大屏幕下。我猜屏幕尺寸是4.8英寸。

http://developer.android.com/guide/practices/screens_support.html#DensityConsiderations

+0

它適用於銀河S3但相同的設備分辨率沃達豐三星GT-N7105不顯示設備支持列表中,請讓我知道你評論 – 2013-05-02 10:18:27

+0

我建議你閱讀的第一個鏈接的內容。我相信你會找到解決 – Raghunandan 2013-05-02 10:20:00

+0

感謝尊敬的工作對我來說 – 2013-05-02 12:04:24