![]() |
![]() |
||||||
Adb connection Error:远程主机强迫关闭了一个现有的连接。 |
||||||
发布时间: 2017-04-18 |
浏览次数: 723
|
|||||
发布人: |
bcrtjc |
查找什么占用了5037端口
1、执行下面命令:adb nodaemon server 会出现 cannot bind 'tcp:5037'
2、输入下面的命令:netstat -ano | findstr "5037" 可以查询什么占用了5037端口,再通过 taskkill /f /pid xxxx 把占用5037端口的进程给Kill掉就好,在运行一次netstat -ano | findstr "5037"