上传Google play后测试用户不能下载 Android app is supported by 0 devices

Posted Mars-xq

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了上传Google play后测试用户不能下载 Android app is supported by 0 devices相关的知识,希望对你有一定的参考价值。

参考

I set uses-feature android:required=“false” but Google play keeps insisting on these features

Google Play上架0设备支持问题解决

我悟了,解决 Google Play 发布之后支持的 Android 设备为 0 的问题

Android App Bundle 简介

Play store says my app is supported by 0 devices - no devices are compatible with my app

Android app is supported by 0 devices

问题:

2021/8 之后新应用 Google play只支持abb格式,不支持apk格式,且abb大小不能超过150M

问题 : 上传Google play后测试用户不能下载

全局搜索androidManifest.xml 中的<uses-feature , 并设置 android:required="false"如下:

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

以上是关于上传Google play后测试用户不能下载 Android app is supported by 0 devices的主要内容,如果未能解决你的问题,请参考以下文章