gpt4 book ai didi

android - 为什么我的 APP 不支持三星 Galaxy Note 3

转载 作者:行者123 更新时间:2023-12-02 09:44:14 25 4
gpt4 key购买 nike

我在 google play 上发布了一个应用程序,该应用程序适用于所有移动设备以及 Tab 7 和 Tab 10,但对于 Samsung Not 3 则不可见。

这是 list 文件:

<supports-screens android:resizeable="true"
android:smallScreens="true"
android:normalScreens="true"
android:largeScreens="true"
android:xlargeScreens="true"
android:anyDensity="true"/>
<compatible-screens>
<!-- all small size screens -->
<screen android:screenSize="small" android:screenDensity="ldpi" />
<screen android:screenSize="small" android:screenDensity="mdpi" />
<screen android:screenSize="small" android:screenDensity="hdpi" />
<screen android:screenSize="small" android:screenDensity="xhdpi" />
<!-- all normal size screens -->
<screen android:screenSize="normal" android:screenDensity="ldpi" />
<screen android:screenSize="normal" android:screenDensity="mdpi" />
<screen android:screenSize="normal" android:screenDensity="hdpi" />
<screen android:screenSize="normal" android:screenDensity="xhdpi" />
<!-- all large size screens -->
<screen android:screenSize="large" android:screenDensity="ldpi" />
<screen android:screenSize="large" android:screenDensity="mdpi" />
<screen android:screenSize="large" android:screenDensity="hdpi" />
<screen android:screenSize="large" android:screenDensity="xhdpi" />

</compatible-screens>

<uses-sdk
android:minSdkVersion="8"
android:targetSdkVersion="19" />

如果我添加这一行,你认为它会起作用吗?
<screen android:screenSize="large" android:screenDensity="480"/>    

最佳答案

您应该在屏幕密度中包含 android:screen Density="xxhdpi"因为我确定三星 Note 3 具有该屏幕密度

关于android - 为什么我的 APP 不支持三星 Galaxy Note 3,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22271792/

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