android - 应用程式套件语言分割似乎无法处理区域

标签 android google-play android-app-bundle

在Play商店上载我的应用程式套装时,出现以下错误讯息:
enter image description here

APK中最重的部分是原始文件夹,它包含许多.mp3文件。
所有文件都本地化在原始文件夹中,如下所示:
enter image description here

在build.gradle中,我已经这样配置:

bundle {
    language {
        enableSplit = true
    }
    density {
        enableSplit = true
    }
    abi {
        enableSplit = true
    }
}

每种语言都具有完全相同数量的.mp3文件,但是当我使用bundletool从.aab生成apk时,我可以清楚地看到 zh apk比其他语言重:
enter image description here
enter image description here

看来 zh-rCN zh-rTW 资源只有1个apk。
那么,我该怎么做才能正确处理与区域分离的语言?

最佳答案

仅支持按语言拆分。不支持按区域拆分。您可以提出功能请求。

关于android - 应用程式套件语言分割似乎无法处理区域,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/59898749/

相关文章:

android - Play 商店不支持 Nexus 6

android - Apk 在 Google Playstore 上发布时暂停违反模拟政策

android - 无法从命令行使用 bundletool 构建 Android 应用程序包

android - 如何知道从 Android BroadcastReceiver 发送/传递了哪些 Sms?

android - 如何重置android中微调器的选定项目?

android - 如何删除存储在 protected 存储中的所有文件

java - 横向视频 View

android - 取消发布在 google play store 上被禁用

gradle - java.lang.NoSuchMethodError : No static method asAttributeSet(Lt/g/a/a;)Landroid/util/AttributeSet; in class Landroid/util/Xml;

android - 如何为 Android 启用内部应用共享?