Hi ! I configured Flutter App to App center for Android , This error are occured image attached below . Thanks in Advance

Loading
Hi ! I configured Flutter App to App center for Android , This error are occured image attached below . Thanks in Advance

Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Tasadduq BurneyPosted Dec 9, 2025, 10:19 AM
Hey,
Hope you're keeping well.
If your App Center configuration for the Flutter Android build is incomplete, focus on verifying that the build pipeline has all required environment variables, keystore settings, and correct branch mapping in App Center’s Build configuration. In many cases, missing
android/app/google-services.jsonor incorrect signing configuration will cause build failures. Check the App Center build logs for the specific Gradle error, then align yourbuild.gradleandpubspec.yamldependencies with the versions expected by App Center’s build agents. Once the pipeline is stable, enable distribution groups and confirm the app is linked to the correct Azure DevOps or GitHub repository so CI/CD triggers properly.Thanks and regards,
Taz