執行adb devices提示 could not read ok from ADB Server


執行adb devices提示

List of devices attached
* daemon not running; starting now at tcp:5037
could not read ok from ADB Server
* failed to start daemon

解決:

查看5037是否被占用,並殺掉占用的進程

Step1:netstat -aon|findstr "5037"

結果: TCP    127.0.0.1:5037         0.0.0.0:0              LISTENING       51196

Step2:tasklist|findstr "51196"

結果:kadb.exe                     51196 Console                    1      7,488 K

Step3:taskkill -f -im kadb.exe

完成!此時再次使用adb devices時,便可以查看到本機設備了


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM