aman
aman

Reputation: 3

Task :app:compileFlutterBuildDebug FAILED (Flutter)

I have issue to run demo flutter project.

log verbose :

enter image description here

Upvotes: 0

Views: 416

Answers (2)

Divyanshu Parihar
Divyanshu Parihar

Reputation: 26

you can try to use command flutter clean and then flutter run

Upvotes: 1

Sanket Vekariya
Sanket Vekariya

Reputation: 2956

The error might be due to the improper installation of SDK. There are several solutions as per below:

1) Invalid Cache and restart. (the common one)
2) Reinstall flutter SDK.
3) Change the gradle version with the available version of your machine.
4) Removing "android.enableR8=true" line from the android project's gradle.properties file.

Upvotes: 0

Related Questions