+-
android-在Google Play商店上载App Bundle(aab)时收到以下警告
将App Bundle(aab)上载至Google Play商店时,我收到以下警告

Device support removed Warning: Deactivation of this APK will result
in your app being available for new installs on fewer types of
devices. Tip: If this is an unintended change, then retain this APK in
the new release or ensure that your new APKs support all currently
supported devices.

当我使用assembleRelease构建项目并上传apk文件而不是使用bundleRelease构建项目并上传aab文件时,警告消失.

使用Appbundle进行首次部署是否正常?还是我应该担心?

最佳答案
这是不正常的,App Bundle的定位设备应与APK完全相同.几乎可以肯定,这是生产捆绑软件的工具中的一个错误.如果您准备与Google共享APK和App Bundle,则如果您通过Play控制台与Google Play支持人员联系,他们可以将您的查询发送给合适的人进行调查.
点击查看更多相关文章

转载注明原文:android-在Google Play商店上载App Bundle(aab)时收到以下警告 - 乐贴网