skip to Main Content

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

2

Answers


  1. Have you tried "pod deintegrate" and "pod install –repo-update"?

    Login or Signup to reply.
  2. This answer helped me:
    https://stackoverflow.com/a/64054311/25045168

    Note that the commands must be executed from android folder

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search