adb server version (31) doesn't match this client (39); killing...
error: could not install *smartsocket* listener: cannot bind to 127.0.0.1:5037:
通常每个套接字地址(协议/网络地址/端口)只允许使用一次。 (10048)
This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.
could not read ok from ADB Server
* failed to start daemon *
error: cannot connect to daemon
开始--运行--CMD 到命令提示符,输入 netstat -aon|findstr "5037",
依据进程控制符(PID)查询应用程序
一共有两个应用程序,所以分别输入以下命令 tasklist|findstr "7444" 和 tasklist|findstr "6892"
关闭这两个进程
taskkill /f /t /im adb.exe
taskkill /f /t /im 360MobileLoader.exe