Android Studio error: Unable to locate adb with SDK

Asked 1 years ago, Updated 1 years ago, 86 views

I'd like to install it on Android Studio, but when I press the Run button, the message "Unable to locate adb with SDK" appears.
I'm not sure, so please tell me how to solve it

android java android-studio

2022-09-30 18:59

1 Answers

The error is that the program adb in the SDK cannot be found.

adb (Android Debug Bridge) connects an Android device to a PC to transfer a built application.See the link for more information.

Open SDK Manager and see if Android SDK Platform-tools is installed, and if so, try reinstalling it.If for some reason some part of the environment has gone wrong, I think it is safe to reinstall the Android SDK itself.


2022-09-30 18:59

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.