我上传了目前支持两种分辨率1280x800和1280x720的游戏。 现在我已经在下面的清单中设置了
<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).
请让我知道我在哪里弄错了。
答案 0 :(得分:2)
android:largeScreens = [“true”| “false”]在清单文件
中设置为truehttp://developer.android.com/guide/topics/manifest/supports-screens-element.html
三星Galaxy s3大屏幕。我猜屏幕尺寸是4.8英寸。
http://developer.android.com/guide/practices/screens_support.html#DensityConsiderations