Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Flutter Doctor Error:-X Android SDK file not found: adb

Tags:

flutter

enter image description here

X Android SDK file not found: adb.

While Running Flutter Doctor it is showing error like this.

like image 411
Harsh Raj Avatar asked Jan 26 '23 20:01

Harsh Raj


1 Answers

Check whether platform-tools are installed or not.

adb is included in the Android SDK Platform-Tools package. You can download this package with the SDK Manager, which installs it at android_sdk/platform-tools/.

like image 104
Paresh Mayani Avatar answered Feb 12 '23 02:02

Paresh Mayani