android studio unable to locate adb code example
Example 1: unable to locate android sdk flutter in windows
Flutter provides a command to update the Android SDK path:
Use flutter config --android-sdk
Example 2: android studio unable to locate adb
[Ctrl + Alt + Shift + S]
Project Settings > Project > Project DSK (choose)
Example 3: 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 . Just changed it to the latest
refrence:
https://stackoverflow.com/questions/27301960/errorunable-to-locate-adb-within-sdk-in-android-studio/62490637#62490637