android - 在 Play Store 上发布 Android app bundle 有没有上限?

标签 android google-play android-app-bundle

我们的 .aab 文件大小已超过 150 MB。我想知道我们是否可以在 Play 商店上发布超过 150 MB 文件的 .aab 文件。

根据开发者文档: https://developer.android.com/guide/app-bundle/

Publishing with Android App Bundles also increases the app size limit to 150MB without having to use APK expansion files. Keep in mind, this limit applies only to the actual download size, not the publishing size. So, users can download apps as large as 150MB

根据文档,我了解到我们可以发布超过 150 MB 的 .aab,但是当用户从 Play 商店下载 APK 时,APK 大小应在 150 MB 的限制内。

我的理解对吗?

最佳答案

阅读这部分文档 https://developer.android.com/guide/app-bundle/#size_restrictions

据说

压缩下载大小限制

虽然使用 Android App Bundle 发布可以帮助您的用户以尽可能少的下载量安装您的应用,但压缩后的下载量限制为 150 MB。也就是说,当用户下载您的应用时,安装您的应用所需的压缩 APK(例如,基础 APK + 配置 APK)的总大小不得超过 150 MB。任何后续下载,例如按需下载动态功能(及其配置 APK),也必须满足此压缩下载大小限制。

当您上传应用程序包时,如果 Play 管理中心发现您的应用程序或其点播功能的任何可能下载量超过 150 MB,您会收到错误消息

关于android - 在 Play Store 上发布 Android app bundle 有没有上限?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/57782047/

相关文章:

java - 在 Android 上运行 Java 小程序

android - 是否有 Android 电子市场应用发送给推荐人 Intent 的推荐人参数的列表或详尽描述?

android - 向 Google Play 提交应用

android - 通过 Android 应用程序在 USB 端口上发送和接收数据

android - Dagger 与 FragmentPagerAdapter - android

android - 为什么 Android Studio 不再构建发布 APK?

android-studio - Android Studio 不会生成签名的 aab

java -> 无法初始化类 com.android.repository.api.RepoManager

android - 是否必须在应用程序包中包含所有可绘制文件夹的图标?

android - 是否需要任何配置来使用 Android 和 IOS 的 Web Api 服务(为黑莓开发)