Answers for "dart sdk is not configured android stu"

1

dart sdk is not configured android stu

File->Settings->Language & Framework->Flutter
Choose flutter SDK path: the first time we install flutter, we choose the location where the flutter should be installed. Choose this location.
Click OK and the android studio will refresh. Carry on if the problem is solved.
If you are still stuck with the error.
Goto this link and install Dart.
Goto the same place in settings, ..Language & Framework->Dart and chose the SDK location.
Posted by: Guest on July-30-2021
0

dart sdk is not configured

1. [Android Studio] Press [ Ctrl + Alt + S ] to open settings.
2. Open Languages and Frameworks > Dart
3. Fill Dart SDK path (and install it if needed). 
	Usually in /flutter/bin/cache/dart-sdk
Posted by: Guest on May-24-2021

Browse Popular Code Answers by Language