Upgrade & Secure Your Future with DevOps, SRE, DevSecOps, MLOps!

We spend hours on Instagram and YouTube and waste money on coffee and fast food, but won’t spend 30 minutes a day learning skills to boost our careers.
Master in DevOps, SRE, DevSecOps & MLOps!

Learn from Guru Rajesh Kumar and double your salary in just one year.


Get Started Now!

Error – Dart SDK is not configured in Android Studio.

Dart SDK is not Configured

First of all whenever you see this error then see your flutter framework SDK path is set or not. In my system it is not configures. so i will show you how to configured Flutter SDK path. then your Dart SDK will automatically will configured. first of all, you have to install both plugins like Flutter & Dart. Let’s see the below steps.

Step 1 : Go to File Menu
Step 2 : Click on Settings ( Ctrl + Alt + S)
Step 3: then click on Flutter under Language & Frameworks Tab
Step 4: In my PC I installed flutter in this location ( C:\src\flutter )
[Note : please copy your PC installed location of flutter ]
Step 5 : Copy above Location and paste it to your Flutter SDK path: location and click on Apply and OK
Step 6 : after above settings you will see that Dart SDK path set automatically.

Settings under File Menu
Set Flutter SDK path
Dart SDK path set automatically

After applying above steps your error will be solved. Thanks for reading this article. if you find any other issue in Android Studio then comment us.

References :
https://stackoverflow.com/questions/48650831/dart-sdk-is-not-configured
Click Here (Youtube Video )