How to run gradle build manually on a flutter project
问题 Currently, I am getting " Finished with error: Gradle task assembleDebug failed with exit code 1 " while trying to build a Flutter project (flutter run). The logs do not help much. Therefore, i want to run " gradlew build " or similar manually with stacktrace option to see what is happening under the hood. What is the command for that ? 回答1: For posterity I will post my comment as an answer too and I'll elaborate it a bit. When you create a flutter project there are two new folders created