【发布时间】:2013-11-07 11:01:24
【问题描述】:
在 Google Play 开发者控制台中,我可以检查哪些设备与我的 APK 兼容/支持。如何找出设备不受支持的原因?
例如,不支持 Google Nexus 7“罗非鱼”和“石斑鱼”。但支持 Nexus 7、Google Nexus 7“deb”和 Google Nexus 7“flo”。
有没有办法知道清单中的哪个功能导致了问题?
特点:
- android.hardware.CAMERA
- android.hardware.LOCATION
- android.hardware.location.GPS
- android.hardware.location.NETWORK
- android.hardware.screen.LANDSCAPE
- android.hardware.TOUCHSCREEN
API 级别 10+
【问题讨论】:
-
我也问过同样的问题,但还没有得到任何解决方案,请查看stackoverflow.com/questions/16806304/…
-
是摄像头,罗非鱼版没有后置摄像头。
标签: android apk manifest google-play