I can’t build flutter app android with appbundle . Currently after this command flutter "build" "appbundle" "--flavor" "prod" "--release" log show step stuck at Resolving dependencies... and auto abort by bitrise timeout. This command worked with me before. But build apk release still work well. ( I enable support access already )
Environment:
Flutter Android build app bundle
If on Bitrise.io: which stack? If not on Bitrise.io: on what operating system? (Plus any other information you can share)
Which build Step causes the issue and which version of the step?
Flutter build android appbundle 0.12.0
Reproducibility
Does a “Rebuild” help? (You can trigger a rebuild from the Build’s page, by clicking the “Rebuild” button in the top right corner of a finished build) : NO
Thanks for contacting us!
Currently Flutter seems to have an issue with appbundles, but reverting back to a previous version (Flutter v1.7.8+hotfix.4) will fix the issue
Hopefully they will deploy a fix for the current version soon
I have to use Flutter 1.9.1+hotfix.6 and everytime I try to build my android application within a workflow step (flutter “build” “appbundle” “–release”), the build get a timout trying to resolve the dependencies after initializing gradle.
We experienced the same issue after we inadvertently upgraded to using flutter-installer 0.11. Reverting to flutter-install 0.10 appears to have fixed the issue.