三星S4和放大器的Andr​​oid屏幕支持; HTC ONE [英] Android Screen support for Samsung S4 & HTC ONE

查看:157
本文介绍了三星S4和放大器的Andr​​oid屏幕支持; HTC ONE的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我一直褐变现场回答,我也跟着这样的:<一href=\"http://stackoverflow.com/questions/16326656/android-manifest-config-for-smartphone-only-sony-xperia-z-htc-one-and-samsung\">Android智能手机的配置清单只,索尼Xperia Z,HTC One和三星Galaxy S4缺少对谷歌玩

I've been browing the site for an answer, I followed this: Android manifest config for smartphone only, Sony Xperia Z, HTC One and Samsung Galaxy S4 missing on google play

然而,谷歌播放不显示三星S4&安培; HTC One作为我的应用程序支持

And yet, google Play does not show Samsung S4 & HTC One as supported by my app

在我的清单:

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

<compatible-screens>
    <screen android:screenDensity="mdpi" android:screenSize="normal"/>
    <screen android:screenDensity="hdpi" android:screenSize="normal"/>
    <screen android:screenDensity="xhdpi" android:screenSize="normal"/>
    <screen android:screenDensity="mdpi" android:screenSize="large"/>
    <screen android:screenDensity="hdpi" android:screenSize="large"/>
    <screen android:screenDensity="xhdpi" android:screenSize="large"/>
    <screen android:screenDensity="mdpi" android:screenSize="xlarge"/>
    <screen android:screenDensity="hdpi" android:screenSize="xlarge"/>
    <screen android:screenDensity="xhdpi" android:screenSize="xlarge"/>
    <screen android:screenSize="normal" android:screenDensity="213"/>
    <screen android:screenSize="large" android:screenDensity="213"/>
    <screen android:screenSize="xlarge" android:screenDensity="213"/>
    <screen android:screenDensity="480" android:screenSize="normal" />
    <screen android:screenDensity="480" android:screenSize="large" />
    <screen android:screenDensity="480" android:screenSize="xlarge" />

</compatible-screens>

    <supports-screens android:resizeable="true"
              android:smallScreens="false"
              android:normalScreens="true"
              android:largeScreens="true"
              android:xlargeScreens="true"
              android:anyDensity="true"

              />

<uses-feature android:name="android.hardware.camera" android:required="false"/>

任何线索是怎么回事?任何帮助AP preciated

Any clue as to what is going on? any help is appreciated

推荐答案

您不应该使用兼容的屏幕。看在下面的链接可以帮助<一个href=\"http://developer.sonymobile.com/2013/03/07/make-sure-your-app-does-not-exclude-xxhdpi-screens/\" rel=\"nofollow\">http://developer.sonymobile.com/2013/03/07/make-sure-your-app-does-not-exclude-xxhdpi-screens/

You should not use compatible-screens. Look in following link might help http://developer.sonymobile.com/2013/03/07/make-sure-your-app-does-not-exclude-xxhdpi-screens/

这篇关于三星S4和放大器的Andr​​oid屏幕支持; HTC ONE的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆