Galaxy s3 的 Android list

标签 android android-manifest

我已经上传了我的游戏,目前支持两种分辨率1280x800和1280x720。 现在我已经在 list 中设置了下面的

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

但我的应用程序仍然显示在 Galaxy 10"中,但未显示在 Galaxy s3 中。

我引用了http://developer.android.com/guide/practices/screens_support.html#DeclaringTabletLayouts

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

请让我知道我在哪里犯了错误。

最佳答案

android:largeScreens=["true"| "false"] 在 list 文件中将其设置为 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 .

关于Galaxy s3 的 Android list ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16317404/

相关文章:

android - InAppBilling 在 AndroidManifest 中注册 BroadcastReceiver

android - Intent 过滤器不适用于调用屏幕

android - 我什么时候应该在 Android 中使用 FACTORY_TEST 权限?

android - 在 Ionic v3.7.0 上更改 AndroidManifest.xml

android - appcompat-v7 :21. 0. 0': No resource found that matches the given name: attr ' android:actionModeShareDrawable'

java - 使用 AsyncTask 在主 Activity 的单独类中获取控件

Android 'debuggable' 默认值

android - 使用谷歌驱动器从文件选择器获取正确的 Uri

android - 无缝嵌套滚动 (Android)

android - Android错误日志, list 中的 Activity ,FATAL EXCEPTION : AsyncTask #1