You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am getting the following error in the build log and it does not provide enough information to diagnose the problem.
Gradle build failed to produce an .apk file. It's likely that this file was generated under /Users/runner/work/1/s/build, but the tool couldn't find it.
##[error]Error: The process '/Users/runner/hostedtoolcache/Flutter/1.22.4-stable/macos/flutter/bin/flutter' failed with exit code 1
Is there an option to pass the --verbose flag to flutter build?
The text was updated successfully, but these errors were encountered:
I figured out the problem, it was a missing flavor parameter but the build logs didn't provide any information to help diagnose that. My question is if there is a way to enable verbose logging for the flutter build task
I am getting the following error in the build log and it does not provide enough information to diagnose the problem.
Is there an option to pass the
--verbose
flag to flutter build?The text was updated successfully, but these errors were encountered: