【问题标题】:fastlane - cant publish to google playstorefastlane - 无法发布到 Google Play 商店
【发布时间】:2020-02-27 12:41:19
【问题描述】:

我无法通过 Google Cloud 和 CodeMagic.io 将我的 App Bundle 发布到 Google PlayStore。

错误如下:

发布失败:|发布失败:捆绑包以无法识别的语言为目标:fb

以前,这个 AppBundle 使用 Flutter 构建。

知道如何解决这个错误吗?

更新:

如果我选择构建 APK 而不是 App Bundle。会成功上传到play store。

虽然大小从 23 MB 增加到 31 MB...

谢谢

【问题讨论】:

    标签: flutter cloud fastlane codemagic


    【解决方案1】:

    我遇到了同样的问题。我将此添加到了 defaultConfig 下的应用程序 build.gradle:

    defaultConfig {
        resConfigs "en"
    }
    

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2022-01-13
      • 1970-01-01
      • 2017-12-22
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2020-10-17
      相关资源
      最近更新 更多