Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Unable to run flutter project: > A problem occurred starting process 'command '/Applications/flutter/bin/flutter''

I upgraded Android Studio on my Mac to the latest JellyFish version but now I can't run one of my flutter projects.

It appears related to the build gradle but not sure where.

Nothing seems to have changed. I checked/tried:

  • I have the flutter SDK is set in Android Studio settings.
  • Flutter doctor is all updated and fine.
  • Updated pubspec, restarted.

The error:

enter image description here

like image 313
Kdon Avatar asked Jun 20 '26 14:06

Kdon


1 Answers

This answer helped me: https://stackoverflow.com/a/64054311/25045168

Note that the commands must be executed from android folder

like image 142
Denis Kovalev Avatar answered Jun 23 '26 17:06

Denis Kovalev