ARDC鏈接設備異常之ADB version mismatch的處理

      若是ARDC提示ADB version mismatch,說明系統當前運行的adb server與client不匹配。此時若是在cmd.exe中運行adb devices命令則會出現相似以下的提示信息:網絡

List of devices attached
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)app

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 daemonsocket

      出現這種狀況,一般是由於形形色色的手機助手正在運行。爲了方便調試,在ARDC中增長了自動定位功能,直觀提示後臺所衝突的進程,方便用戶作處理,以下圖所示。ide

      能夠看到是進程號爲15076的360MobileLink.exe引發的mismatch。在任務管理器中沒法直接結束該任務,需結束360MobileMgr.exe,然後360MobileLink.exe也會自動結束掉,ARDC就能夠正常鏈接上設備。this

相關文章
相關標籤/搜索