Home > OS >  How to config flutter sdk in android studio
How to config flutter sdk in android studio

Time:10-24

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 pathenter image description here

CodePudding user response:

You should run complete Steps to Setup Flutter

  1. Install Flutter and Dart plugin in Android Studios
  2. Download Flutter SDK from the website
  3. Run Flutter Doctor to complete the Flutter and Dart SDK installation.
  • Related