【问题标题】:Flutter Azure Devops publish bundle on Google PlayFlutter Azure Devops 在 Google Play 上发布捆绑包
【发布时间】:2021-01-29 14:42:25
【问题描述】:

我有一个使用 Azure Devops 构建的 Flutter 应用程序。我生成了一束 . aab 格式 我使用 Google Play Release Bundle 任务将我的包发布到商店,但收到以下错误:找不到包。 但是,我已经很好地通知了 Manifest.xml 中的 applicationId。格式为 com.exemple.myApp

有什么问题?

【问题讨论】:

  • 能否提供一些错误截图?
  • 我在描述中有错误信息。我不是更多信息。他只是告诉我他找不到我作为参数传递的名称的包

标签: flutter azure-devops google-play


【解决方案1】:

您可以在您的 Azure 管道中尝试以下代码吗?

A task example :

- task: CmdLine@2
  displayName: 'Execute Dart program'
  inputs:
    script: '$(FlutterToolPath)/cache/dart-sdk/bin/dart program.dart arg1 arg2'
    workingDirectory: 'src'

【讨论】:

  • 这个命令有什么作用?我不使用 yml。我用图形界面做管道
猜你喜欢
  • 2020-10-17
  • 2021-11-12
  • 2020-12-24
  • 2015-05-24
  • 1970-01-01
  • 2020-09-19
  • 2019-03-26
  • 1970-01-01
  • 1970-01-01
相关资源
最近更新 更多