Ask questionsIs there a way to turn on 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.
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?
Answer
questions
hey24sheep
If you want you can use my flutter task or create a pr for verbose here.
Related questions
No questions were found.