【发布时间】:2022-04-12 22:52:57
【问题描述】:
我无法使用 adb 连接到我的手机。 我收到以下错误:
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
http://s18.postimg.org/7fdc8w9dl/screenshot_97.png
以前我在 Windows 8.1 中遇到此错误,然后我安装了 Windows 10 并解决了错误,但现在我再次无法将我的手机与 adb 连接:(。
即使没有连接设备,我也会收到此错误。
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
更新: 甚至 adb tcp 也无法正常工作,所以我认为这不是驱动程序问题。
【问题讨论】:
-
正确重新安装您的设备驱动程序。这可能会解决这个问题。
-
即使没有连接设备我也会收到此错误我不认为它是驱动程序问题
-
尝试运行模拟器并运行命令,如果相同则不是设备,它是您的软件或其他东西
-
它也不适用于模拟器/Genymotion