为什么我的应用与Nexus 4不兼容?

时间:2013-02-12 13:36:31

标签: android nexus-4

我的应用与Google Nexus 4不兼容。为什么?这是我的清单(除了<application/>部分之外的全部内容):

<uses-feature
    android:name="android.hardware.location.gps"
    android:required="false" />
<uses-feature
    android:name="android.hardware.location"
    android:required="false" />
<uses-feature
    android:name="android.hardware.wifi"
    android:required="false" />

<uses-feature
    android:name="android.hardware.usb.host"
    android:required="true" />

P上。 S.我有报道称三星Galaxy S3在更新到Jelly Bean后停止检测USB设备。我想知道它是否相关。 另一方面,Nexus 10还运行Jelly Bean并且运行良好。

1 个答案:

答案 0 :(得分:2)

<uses-feature
    android:name="android.hardware.usb.host"
    android:required="true" />

将此设置为false,它应该有效。并非总是如此,但通常USB主机需要拥有完整的USB端口,而不是微型端口。