adb啟動問題:Invalid argument: cannot open transport registration socketpair could not read ok from ADB Server failed to start daemon * error: cannot connect to daemon
解決辦法:
關閉系統自帶的防火牆,重啟OK
(之前一直是關閉的,使用TeamViewer的時候把防火牆打開了)
另附解決adb端口占用問題解決:
1、adb nodaemon server 查看abd服務是否正常
2、netstat -ano | findstr "5037" 查看adb端口占用情況
3、tasklist|findstr "XXX" 查看占用進程名
4、kill掉占用端口的進程