gpt4 book ai didi

android - 如何将 apk 上传到大小超过 100 MB 的 Play 商店?

转载 作者:塔克拉玛干 更新时间:2023-11-02 07:48:26 34 4
gpt4 key购买 nike

我想上传 apk 并且大小超过 100 MB。我已经找到了一些教程/博客。但我仍然不清楚该怎么做。

我需要创建扩展文件还是它会直接接受 apk?

我已经检查了一个Play Store 上的应用程序“Gears & Guts”具有 313 MB。而且我认为其中没有任何扩展文件。

任何人都可以指导我吗?

我们会提供任何帮助。

最佳答案

这是根据官方文档。 https://developer.android.com/google/play/expansion-files.html

  1. main- 那些没有这个的文件你的应用程序将无法运行跑起来
  2. 补丁 - 是那些额外的文件,没有这个你的应用程序可以运行
  3. expansion-version- 您给 apk 的版本,这样不同版本的 Expansion 文件就不会冲突

如果您的应用需要超过 100MB 的内存,您可以使用扩展文件来存储额外的 APK 资源。每个应用程序可以存储两个扩展文件。 每个扩展文件的大小可达 2GB

APK 文件具有最大文件大小,具体取决于您的 APK 支持的 Android 版本:

100MB - APKs that target Android 2.3 and higher (API level 9-10 and 14+)

50MB - APKs that target Android 2.2 and lower (API level 8 or lower)

Tip: Users must run Play Store version 5.2 or higher to install 100MB APKs.

扩展文件无需额外费用即可托管。如果可能,Google Play 会在安装或更新应用时下载扩展文件。在某些情况下,您的应用需要下载其扩展文件。

如果您的扩展文件大于 100MB,用户将看到一个警告对话框,建议他们使用 Wi-Fi 下载您的应用。 For more detail click here.

Note: The patch expansion file is semantically the same as the main expansion file—you can use each file any way you want. The system does not use the patch expansion file to perform patching for your app. You must perform patching yourself or be able to distinguish between the two files.

JOBB tool to encapsulate and encrypt a set of resource files and subsequent patches for that set.

关于android - 如何将 apk 上传到大小超过 100 MB 的 Play 商店?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37460145/

34 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com