Can't bind to local XXXX for debugger

后端 未结 7 2522
闹比i
闹比i 2021-02-20 10:02

I keep getting the Can\'t bind to local XXXX for debugger message in console, but not for 1 port, for all random ports. I have done what\'s stated in this question,

7条回答
  •  伪装坚强ぢ
    2021-02-20 10:36

    Open platform-tools in cmd and run these two commands

    C:\Users\SH-PC-W8.1-3\AppData\Local\Android\Sdk\platform-tools

    adb kill-server
    adb start-server
    

    This works perfectly.

    Note: choose your platform-tools location

提交回复
热议问题