Search code examples
androidadb

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

  • I have restarted my PC, Android Studio and my phone multiple times.
  • I have reinstalled ADB multiple times.
  • I have reinstalled the Android SDK.
  • I have addded adb.exe to my path variables

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

Does somebody have any other ideas?


Solution

  • Run following commands

    adb kill-server
    

    then

    adb start-server
    

    It resolves your issue with ADB