上传我的apk时,我得到0个支持的设备。我使用了很多功能和权限,这使得很难看出导致它的原因。希望有人可以帮助我。
更新 添加了androidmanifest
eg. abcd(append your parenthesis here "(" ) start text for paranthesis(" close your parenthesis here")" )
答案 0 :(得分:1)
试试这个: 替换
<uses-feature
android:name="android.hardware.location.gps"/>
与
<uses-feature
android:name="android.hardware.location.gps"
android:required="false"/>
答案 1 :(得分:0)
有时它会从您的图书馆显示您使用过的内容。可能这些都不支持谷歌播放。您可以通过更改库版本来查看。一旦我遇到这种类型的问题,我就通过更改库版本摆脱了这一点。