0

As an intern, I have been tasked with figuring out a certain codebase built on flutter. I keep running into this error. This is my first time doing anything flutter-wise.

Any help will be appreciated.

This is the error:

18:02   Gradle sync failed: Cause: flutter.sdk not set in local.properties. Expression: (flutterSdkPath != null). Values: flutterSdkPath = null (19 s 583 ms)
Scott Stanchfield
  • 29,742
  • 9
  • 47
  • 65

1 Answers1

0

Check this question and its answers for setting the Flutter SDK Path in Android Studio.

Moaz El-sawaf
  • 2,306
  • 1
  • 16
  • 33