android - 如何在 Play 商店上传拆分应用程序二进制文件

标签 android unity3d google-play apk-expansion-files

我的游戏 APK 文件大小增加了 100mb,所以我需要拆分它。所以现在我有两个扩展名为 .apk 和 .obb 的文件。但是在 Play 商店中没有上传 OBB 文件的方法。

这是我的 play 商店帐户截图:

enter image description here

我已经上传了 APK 文件,但是在哪里上传 OBB 文件??

编辑: 上传 APK 文件后,我无法获得任何上传扩展文件的选项。我得到了关于上传文件的这种概述。

enter image description here

最佳答案

上传 APK 文件后,您应该会看到如下内容:

enter image description here

看看Add or test APK expansion files :

You can upload new or add existing expansion files to APKs in a draft release.

  1. Go to your Play Console.

  2. Select your app.

  3. On the left menu, click Release management > App releases.

  4. Next to the release type you want to update, select Manage.

  5. Drop or select your app's APK file.

  6. You'll see a list of APKs that are associated with your release. Next to the relevant version code, select the add icon .

  7. Choose whether you want to upload a new file or attach an existing expansion file.

    • If the APK hasn't been published yet, you can change or remove an expansion file by selecting another file or No expansion file. You can't remove expansion files from an existing release.
  8. Select Save.

阅读更多:Deploying an Android app in Google Play

关于android - 如何在 Play 商店上传拆分应用程序二进制文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47886658/

相关文章:

android - JPEG 图像在多个设备上具有不同的像素值

android - 应用内结算查询库存返回一些(不是全部)项目

crash - 如何使Unity App在新的Xcode中运行?

android - Unity,在 120hz 设备上构建 android 的问题

c# - 统一: Visual Studio loses DLL reference after Unity compiles code

android - 仅限手机应用程序的最大宽度限制应该是多少(不支持平板电脑)

android - 如何为最终版本 apk 设置我的 gradle

android - Google Cloud Messaging (GCM) 的 Android 文档的 Servlet 部分出错

android - Phonegap 3.3 Eclipse : -CordovaLib project missing Android properties

android - 如果我失去了开发人员证书,该如何在Android Marketplace中更新我的应用程序?