Error : FAILURE: Build failed with an exception. ...
# community-support
p
Error : FAILURE: Build failed with an exception. * Where: Script 'C:\Users\jai laddu gopal\dev\flutter\packages\flutter_tools\gradle\src\main\groovy\flutter.groovy' line: 1629 * What went wrong: Execution failed for task 'appcompileFlutterBuildDebug'.
Process 'command 'C:\Users\jai laddu gopal\dev\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.
* Get more help at https://help.gradle.org BUILD FAILED in 1m 37s Error: Gradle task assembleDebug failed with exit code 1
p
So? You have an compiler error in line 1629 🤷🏻‍♂️
p
how can i resolve this error?
p
Run the build with
--stacktrace
and take a look at the line
Which is the same step mentioned in the error message
p
ok let me try this as well
n
@Prince Yadav Hello, Can you resolve this error ? I've faced the same issue with you.