Android Asset Packs Size

故事扮演 提交于 2021-02-10 13:58:13

问题


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 phrased a little vaguely. Does this mean that the sum of the size of all asset packs is capped at 2gb? Or does this means that each pack is capped at 2gb?

The download size limit for each fast-follow and on-demand asset pack is 512 MB.

The download size limit for all install-time asset packs is 1 GB.

The download size limit for all asset packs in an Android App Bundle is 2 GB.

You can use up to 50 asset packs in an Android App Bundle.

回答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.


来源:https://stackoverflow.com/questions/61700527/android-asset-packs-size

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!