I have Installed the flutter SDK. But Android studio says flutter SDK is not configured
CodePudding user response:
Goto File -> Setting -> Language & Framework -> Flutter and add the sdk path
CodePudding user response:
You should run complete Steps to Setup Flutter
- Install Flutter and Dart plugin in Android Studios
- Download Flutter SDK from the website
- Run
Flutter Doctor
to complete the Flutter and Dart SDK installation.