android - SplitApkBundle 无效。该 bundle 针对未知语言 : [gr]. google play console

标签 android android-studio google-play-console android-app-bundle

Android 应用程序包上传失败,出现错误

无效的 SplitApkBundle。该 bundle 针对未知语言:[gr]

enter image description here

Android Studio 版本 3.5

我试过了

  1. 清理和重建
  2. 使缓存无效/重启

最佳答案

我遇到了同样的问题。
无效的 SplitApkBundle。该 bundle 针对未知语言:[cb]

我通过设置 DSL 来阻止 aapt 包构建错误的语言目标来解决。

我的应用支持英文和中文,因此resConfigs只需要en和zh。

defaultConfig {
    ...
    resConfigs "en", "zh-rTW", "zh-rCN"
}

关于android - SplitApkBundle 无效。该 bundle 针对未知语言 : [gr]. google play console,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/57887461/

相关文章:

Android - 服务 View

java - 滚动浏览 RecyclerView

android-studio - 安卓工作室 : InvalidVirtualFileAccessException trying to render an XML layout

android - RecyclerView 适配器不适用于 butterknife

android - 播放控制台 : How does "Internal Test Track" work after completing Review?

java - Android海量数据库创建

android - 当用户未插入任何值时,我的应用程序崩溃了 android studio

android - 即时运行需要启用 'Tools | Android | Enable ADB integration'

android - Google Play - 无法安装。再试一次,如果仍然不起作用,请参阅解决问题的常用方法

android - Google Play 控制台开发者帐户 - 转让所有权