Skip to content Skip to sidebar Skip to footer

Android Asset Packs Size

Google recently released asset packs for Android. The docs are available here. https://developer.android.com/guide/app-bundle/asset-delivery#size-limits The size limits are phras

Solution 1:

The way I read this:

  • Max size for all asset packs combined = 2 GB.
  • Max number of asset packs = 50.
  • Max size of install-time asset packs is 1 GB. (might be more then one, not very clear)
  • Max size of each fast-follow and on-demand asset pack = 512 MB.

Post a Comment for "Android Asset Packs Size"