Answers for "android studio unable to locate adb"

2

unable to locate android sdk flutter in windows

Flutter provides a command to update the Android SDK path:

Use flutter config --android-sdk <path-to-your-android-sdk-path>
Posted by: Guest on May-11-2020
9

Unable to locate adb

In my case I had no SDK selected for my project(not sure why). Simply went to 
Project Structure dialog (alt+ctrl+shift+s or button 1 on the screen) and then 
to project-> Project SDK's was selected <no SDK>. Just changed it to the latest

refrence:
https://stackoverflow.com/questions/27301960/errorunable-to-locate-adb-within-sdk-in-android-studio/62490637#62490637
Posted by: Guest on February-07-2021
6

android studio unable to locate adb

[Ctrl + Alt + Shift + S]
Project Settings > Project > Project DSK   (choose)
Posted by: Guest on May-21-2021

Code answers related to "android studio unable to locate adb"

Browse Popular Code Answers by Language