我无法用亚行连接到我的手机。我得到了以下错误:
D:\softwares\Development\Android\android-sdk-windows\platform-tools>adb devices -l
List of devices attached
* daemon not running. starting it now on port 5037 *
* daemon started successfully *
error: protocol fault (couldn't read status): Invalid argument
以前,我在Windows8.1中得到了这个错误,然后我安装了windows 10并解决了错误,但现在我无法将我的手机与亚行连接起来。
即使没有设备连接,我也会收到这个错误。
Eclipse错误:
[2015-10-24 13:25:02 - ddms] Failed to initialize Monitor Thread: Unable to establish loopback connection
[2015-10-24 13:25:02 - adb] error: protocol fault (couldn't read status): Invalid argument
[2015-10-24 13:25:02 - ddms] 'D:\softwares\Development\Android\android-sdk-windows\platform-tools\adb.exe,start-server' failed -- run manually if necessary
更新:即使是亚行tcp也不起作用,所以我认为这不是驱动程序问题。
亚行追踪99.png
发布于 2017-07-19 07:19:42
所有提到的解决方案都不起作用,似乎是窗口出了问题,最后我重新设置了windows 10并解决了问题。
发布于 2018-11-30 23:04:14
就我而言:
adb kill-server
adb start-server
:)
发布于 2017-06-08 10:06:52
只要重新启动PC,一切都意味着Android和你的android设备为我工作
https://stackoverflow.com/questions/33316006
复制相似问题