android studio adb 打不开
1.cmd-->C:\Users\Administrator>adb start-server
adb server is out of date. killing...
error: could not install *smartsocket* listener: cannot bind to 127.0.0.1:5037: 閫氬父姣忎釜濂楁帴瀛楀湴鍧€(鍗忚/缃戠粶鍦板潃/绔彛)鍙厑璁镐娇鐢ㄤ竴娆°€?(10048)
could not read ok from ADB Server
* failed to start daemon *
error: cannot connect to daemon
2.netstat -ano | findstr "5037"
TCP 127.0.0.1:5037 0.0.0.0:0 LISTENING 3224
3.C:\Users\Administrator>tasklist| findstr 3224
360MobileLoader.exe 3224 Console 1 28,260 K
4、关闭并移除360MobileLoader.exe
打开任务管理器,找到360MobileLoader.exe,发现无法关闭进程。我已经把该文件删除,所以没有图为证,这里只说方法,选中”360MobileLoader.exe“,右击——”打开文件位置“
强制删除,实在不行卸载了360
5.重新 adb start-server即可