adb提示“ADB server didn't ACK“时候的解决方案

"adb nodaemon server" 查看端口是否被占用

"netstat -ano  | findstr "5037"" 查看具体哪些进程占用了该端口

进入任务管理器,根据pid关闭占用端口的进程

重新启动 "adb start-server" !

猜你喜欢

转载自hellorheaven.iteye.com/blog/1945910