是否可以在 Google Play 的同一版本中使用 aab 和 apk?
Posted
技术标签:
【中文标题】是否可以在 Google Play 的同一版本中使用 aab 和 apk?【英文标题】:Is it possible to use aab and apk in same release in GooglePlay? 【发布时间】:2020-08-28 01:24:11 【问题描述】:例如:
API 16-20 : 4 split by ABI APKs
API 21+ : appbundle
我需要这个,因为我不再支持 16-20 并为他们使用旧版本。 https://developer.android.com/google/play/publishing/multiple-apks#HowItWorks
我知道,我可以自己尝试,但我现在无法测试。
【问题讨论】:
【参考方案1】:是的,可以在同一个版本中混合使用 APK 和 App Bundle。
如果我理解正确,您想为新版本上传 App Bundle,但为您不再支持的设备保留以前版本的 APK。这是一个常见的用例,确实受到支持。
【讨论】:
以上是关于是否可以在 Google Play 的同一版本中使用 aab 和 apk?的主要内容,如果未能解决你的问题,请参考以下文章
是否可以从 Google Play 为我的应用下载旧 APK?