先执行adb nodaemon server ,查看adb server的端口是多少

C:\Users\xxxx>adb nodaemon server   cannot bind 'tcp:5037'

再执行下netstat -ano | findstr "5037"  

C:\Users\xxxxxx>netstat -ano | findstr "5037"     
TCP    127.0.0.1:5037         0.0.0.0:0              LISTENING       4236     
TCP    127.0.0.1:5037         127.0.0.1:49422        ESTABLISHED     4236     
TCP    127.0.0.1:49422        127.0.0.1:5037         ESTABLISHED     3840

然后执行tskill 4236即可

 

相关文章:

  • 2022-01-07
  • 2021-04-10
猜你喜欢
  • 2021-06-30
  • 2021-11-20
  • 2021-11-28
  • 2021-11-08
  • 2021-08-23
  • 2021-12-11
  • 2021-08-18
相关资源
相似解决方案