Android Studio - Build failed with an exception

Viewed 38

I'm new to Android Studio and I'm facing a problem whenever I try to run an existing flutter project, everything is updated I don't know how to fix this, thanks in advance !

error image

1

1 Answers

**

I think wrong with your pubspec.yaml file

** Got to terminal and write flutter pub get

Related