gpt4 book ai didi

android - 为什么 Sony Xperia Z2 和 Galaxy S4 被排除在外?

转载 作者:行者123 更新时间:2023-11-29 17:48:39 25 4
gpt4 key购买 nike

我的 AndroidManifest.xml 中有以下支持屏幕的部分:

    <compatible-screens>

<!-- small devices, all densities -->
<screen android:screenDensity="ldpi" android:screenSize="small" />
<screen android:screenDensity="mdpi" android:screenSize="small" />
<screen android:screenDensity="hdpi" android:screenSize="small" />
<screen android:screenDensity="xhdpi" android:screenSize="small" />

<!-- average devices, all densities -->
<screen android:screenDensity="ldpi" android:screenSize="normal" />
<screen android:screenDensity="mdpi" android:screenSize="normal" />
<screen android:screenDensity="hdpi" android:screenSize="normal" />
<screen android:screenDensity="xhdpi" android:screenSize="normal" />

<!-- larger devices, all densities -->
<screen android:screenDensity="ldpi" android:screenSize="large" />
<screen android:screenDensity="mdpi" android:screenSize="large" />
<screen android:screenDensity="hdpi" android:screenSize="large" />
<screen android:screenDensity="xhdpi" android:screenSize="large" />

<!-- tablets/extra large devices, all densities -->
<screen android:screenDensity="ldpi" android:screenSize="xlarge" />
<screen android:screenDensity="mdpi" android:screenSize="xlarge" />
<screen android:screenDensity="hdpi" android:screenSize="xlarge" />
<screen android:screenDensity="xhdpi" android:screenSize="xlarge" />

</compatible-screens>

在 Google Developer Console 中,Sony Xperia Z2 和 Samsung Galaxy 被标记为“不支持”。怎么会这样?我基本上涵盖了最大到 xlarge 的所有屏幕尺寸。根据 Android 开发人员指南 (http://developer.android.com/guide/practices/screens_support.html) 中的表 3,Sony Xperia (1980x1020 @ 423ppi) 和 Samsung Galaxy S4 (1980x1020 @ 441ppi) 将采用 xlarge/xhdpi,尽管密度肯定超过表中的值。是否有我不知道的更高密度限定词? PlayStore 必须排除这些设备还有什么其他原因?

一段时间以来,我一直在努力解决这个问题,非常感谢任何帮助。

最佳答案

这些设备是您已排除的 xxhdpi 设备。

关于android - 为什么 Sony Xperia Z2 和 Galaxy S4 被排除在外?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24639669/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com