I keep getting this error message, even on new projects in flutter

Viewed 17

I keep getting this error when ever I try to run my app, i am using flutter and vscode.

Execution failed for task ':app:compileFlutterBuildDebug'.

Process 'command 'C:\src\flutter\flutter\bin\flutter.bat'' finished with non-zero exit value 1

  • Try:

Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

BUILD FAILED in 33s Exception: Gradle task assembleDebug failed with exit code 1 Exited (sigterm)

I get the same error in even a new project I just made and have not added any code to, so I know it has nothing to do with my code. I am windows 10 btw.

0 Answers
Related