Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Dart SDK is not configured in Android Studio

I just started learning the Dart programming language, then I did some preparations such as installing the Dart SDK, then setting the path for the bin, after that I checked using the command prompt and it didn't cause any problems. After that I started to code Dart program, and Android Studio gave message "Dart SDK is not configured" , then I clicked "open Dart Setting" and set SDK path, then applied it. But still Android Studio gives message Dart SDK is not configured.

Please help to solve this problem

like image 775
Timothy Avatar asked Nov 30 '25 03:11

Timothy


1 Answers

In the terminal paste the below code after installing dart and flutter

$ flutter sdk-path

It will show the path of sdk as below.

/home/user-name/snap/flutter/common/flutter/bin/cache/dart-sdk

like image 114
Rohit Pawar Avatar answered Dec 02 '25 19:12

Rohit Pawar



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!