• 首页 首页 icon
  • 工具库 工具库 icon
    • IP查询 IP查询 icon
  • 内容库 内容库 icon
    • 快讯库 快讯库 icon
    • 精品库 精品库 icon
    • 问答库 问答库 icon
  • 更多 更多 icon
    • 服务条款 服务条款 icon

Android App 和三星 Galaxy S4 不兼容

用户头像
it1352
帮助147

问题说明

我在市场上有一个支持多个 APK 的 Android 应用.现在它不支持屏幕分辨率 1080x1920 和密度 441dp 的 Galaxy S4;即该应用程序未在 Galaxy S4 中显示.可能是什么原因???请帮忙????

I am having an Android app in the Market with Multiple APK Support. Now it is not supporting Galaxy S4 with screen resolution 1080x1920 and density 441dp;i.e. the app is not showing in Galaxy S4. What might the reason??? Please help????

清单中使用的过滤器(适用于支持 Galaxy S3(屏幕尺寸 4.8")、Galaxy Nexus(屏幕尺寸 4.65")的 720x1280 分辨率的 apk):兼容屏幕屏幕 android:screenSize="正常" android:screenDensity="xhdpi"兼容屏幕

Filter used in manifest (for apk which is supporting Galaxy S3 (screen size 4.8"), Galaxy Nexus (screen size 4.65") with 720x1280 resolution): compatible-screens screen android:screenSize="normal" android:screenDensity="xhdpi" compatible-screens

注意:S3的屏幕密度是306dp,Nexus是316dp

Note: screen density of S3 is 306dp and Nexus is 316dp

正确答案

#1

三星 Galaxy S4 的正确存储桶如下:

The correct bucket for the Samsung Galaxy S4 is as follows:

<screen
   android:screenDensity="480"
   android:screenSize="normal" /> 

感谢 CommonsWare 这里.

Credit also given to CommonsWare here.

这篇好文章是转载于:学新通技术网

  • 版权申明: 本站部分内容来自互联网,仅供学习及演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,请提供相关证据及您的身份证明,我们将在收到邮件后48小时内删除。
  • 本站站名: 学新通技术网
  • 本文地址: /reply/detail/tangeebaj
系列文章
更多 icon
同类精品
更多 icon
继续加载