hxm154

step1、查询占用端口好5037的进程PID。

cmd命令 >netstat -ano | findstr "5037"

step2、查询PID对应的进程(可省略此步)

cmd命令 >tasklist | findstr "xxxx"   引号为被占用端口的数字符号

step3、强杀进程

cmd命令 >taskkill /pid xxxx -t -f

step4、重启adb服务

cmd命令 >adb start-server

分类:

技术点:

相关文章: