一般出现此问题都是adb的端口被占用,

  1. 可以通过adb nodaemon server命令查看是哪个端口被占用,一般是5037

  2. netstat -ano | findstr "5037"找到进程pid

3.taskkill /5037来关闭进程(一般是手机助手)