] could not install smartsocket listener: cannot bind to 127.0
https://www.bbsmax.com/A/RnJWZwBOzq/
查看端口进程
netstat -aon|findstr 5037
查看进程描述
tasklist /fi "PID eq 8152"
强制退出进程
taskkill /pid 8152 /f
重启服务
adb start-server
查看设备
adb devices
文档更新时间: 2023-03-28 16:09 作者:admin