您的设备与此版本不兼容 Your device isn’t compatible with this version 部分设备无法从Google Play下载应用

手动搜索路径:https://play.google.com/store/apps/details?id=包名

权限

Google Play会对那些app里使用了相关硬件权限的情况做处理(比如: android.permission.CAMERA),某些设备就不能直接从Google Play下载app(比如: Nexus 7),提示Your device isn't compatible with this version

对于此种情况,告诉Google Play,这个权限并非必须使用即可:

<uses-permission android:name="android.permission.CAMERA" />

<!-- 解决某些设备不能从google play下载app的问题,声明此硬件使用并非必要 -->
<uses-feature android:name="android.hardware.camera" android:required="false" />
<uses-feature android:name="android.hardware.camera.autofocus" android:required="false" />

设置国家

建议设置所有国家

上一篇 Android APP之WebView如何校验SSL证书
下一篇 Android APT注解处理器自动生成文件
目录
文章列表
1 Docker搭建私有仓库
Docker搭建私有仓库
2
CentOS下搭建Shadowsocks服务器
CentOS下搭建Shadowsocks服务器
3
RecyclerView实现设置最大高度maxHeight
RecyclerView实现设置最大高度maxHeight
4
微信支付沙箱测试采坑记录
微信支付沙箱测试采坑记录
5
Zuul动态路由源码及几种实现方式
Zuul动态路由源码及几种实现方式
最新评论
一位WordPress评论者
一位WordPress评论者
2月12日
您好,这是一条评论。若需要审核、编辑或删除评论,请访问仪表盘的评论界面。评论者头像来自 Gravatar。