android - Galaxy Note 4的商店中未列出Android移动应用

标签 android cordova google-play android-manifest phonegap-build

该应用程序未在Galaxy Note 4设备的商店中列出。
该应用程序还仅限于智能手机设备。
请查看我的移动应用程序兼容屏幕列表

    <supports-screens
android:largeScreens="false"
android:normalScreens="true"
android:smallScreens="true"
android:resizeable="false"
android:anyDensity="false"
/>
<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" />

我还为某些大型设备添加了以下详细标签。
[支持Xperia Z,Galaxy S4和HTC One]
 <screen android:screenDensity="480" android:screenSize="normal" /> 
    <screen android:screenDensity="480" android:screenSize="large" />

我尝试使用更高的screenDensity值,但没有帮助。

最佳答案

  • 将两个值都更改为true。

    android:resizeable =“true”
    android:anyDensity =“true”

  • 并清除设备上的Google播放缓存的数据并尝试搜索,希望这会对您有所帮助。

    关于android - Galaxy Note 4的商店中未列出Android移动应用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29345733/

    相关文章:

    android - 如何使用 Picasso 或 Glide 库将图像字符串路径加载到 ImageView 中?

    android - 修改CTE的SQLite查询

    iphone - UITableView 使用 PhoneGap 的外观和感觉

    android - Google Play 管理中心的每月活跃设备安装量

    android - 获取 "' 安卓 :icon' attribute: attribute is not a string value” error while uploading an APK to the play store

    android - 设备方向改变时出现黑屏

    Windows 8.1 Store App 上的 Javascript 确认对话框

    javascript - PhoneGap getDirectory() 返回未定义

    android - Google Play 应用内结算免费赠送一件商品

    android - 自定义 viewpager 图像 slider ?