简体   繁体   中英

Android SDK file not found: adb

I install the android studio to start learning flutter when I run in the command prompt "flutter doctor" this message " Android SDK file not found: adb." appeared on my console I tried uninstalling the android studio and re-installing it didn't work ... any ideas?

Thanks in advance

Welcome to stack overflow. You're missing the Android Debug Bridge which is in the Android SDK Platform-Tools. In Android Studio:

  • click Tools > SDK Manager
  • click on the SDK Tools tab
  • check the checkbox next to "Android SDK Platform-Tools"
  • click Apply or OK.

Then add the path to adb to your $PATH / %PATH% environment variable if it's not already there.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM