Ruud
Ruud

Reputation: 23

Android Studio: Unable to locate ADB

I was working in Android Studio and after I closed my laptop to eat and opened it again Android Studio claims it cannot find ADB anymore.

Unable to find ADB

Unable to find ADB

All had no effect and I'm still stuck on this error.

Does somebody have any other ideas?

Upvotes: 0

Views: 666

Answers (1)

Jaimil Patel
Jaimil Patel

Reputation: 1347

Run following commands

adb kill-server

then

adb start-server

It resolves your issue with ADB

Upvotes: 1

Related Questions