Search code examples
androiddebuggingandroid-studioadb

How to fix the error "Unable to open debugger port " in Android Studio?


Error running Android Debugger (8600):
    Unable to open debugger port (localhost:8600):
    java.net.SocketException "Connection reset"

Solution

  • I was able to fix this with these commands:

    • adb kill-server
    • adb start-server