android - Flutter apk for release, profile getting build but appbundle generates error Gradle build failed to produce an .aab fi

admin2025-05-02  1

When I am running the command for release apk

flutter build apk --release

I am getting the build

Built build/app/outputs/flutter-apk/app-release.apk (83.8MB)

But if I run the command

flutter build appbundle

I am getting this output

Gradle build failed to produce an .aab file. It's likely that this file was generated under /home/ubuntu/Flutter_Workspace/flutterproj/build, but the tool couldn't find it.
转载请注明原文地址:http://www.anycun.com/QandA/1746132595a92023.html