相关疑难解决方法(0)

adb服务器版本与此客户端不匹配

每当我尝试运行时adb devices:

            $ adb devices
            * daemon not running. starting it now *
            * daemon started successfully *
            List of devices attached
            HT0ANRV05740    device
Run Code Online (Sandbox Code Playgroud)

它说守护进程没有运行并重新启动守护进程.

然后,如果我再次运行adb设备,它会做同样的事情 -

            $ adb devices
            adb server is out of date.  killing...
            * daemon started successfully *
            List of devices attached
            HT0ANRV05740    device
Run Code Online (Sandbox Code Playgroud)

然后,如果我再次运行它,它再次做同样的事情 -

            $ adb devices
            adb server is out of date.  killing...
            * daemon started successfully *
            List of devices attached
            HT0ANRV05740    device
Run Code Online (Sandbox Code Playgroud)

请帮忙!!

此外,我的DDMS不断给我以下消息 -

[2011-02-23 16:17:05 - DeviceMonitor]Adb …
Run Code Online (Sandbox Code Playgroud)

android adb

145
推荐指数
15
解决办法
18万
查看次数

ADB服务器版本(36)与此客户端不匹配(39){未使用genymotion}

在测试设备上安装Android O预览后,我的ADB停止工作并开始给我这个错误.

adb server version (36) doesn't match this client (39); killing... adb E 03-27 08:01:55 2925 147690 usb_osx.cpp:333] Could not open interface: e00002c5 adb E 03-27 08:01:55 2925 147690 usb_osx.cpp:294] Could not find device interface error: could not install *smartsocket* listener: Address already in use ADB server didn't ACK * failed to start daemon * error: cannot connect to daemon

我在这个问题上遇到的唯一答案是Genymotion与ADB不同步,但我不使用Genymotion.任何帮助将不胜感激.我已经擦除并重新安装了Android Studio及其所有工具和设置,但似乎仍然存在此问题.

android adb

71
推荐指数
8
解决办法
12万
查看次数

adb服务器已过期.谋杀

我正在使用本教程创建我的第一个react-native项目:http://facebook.github.io/react-native/

当涉及到执行代码和运行react-native run-android我得到:

adb server is out of date.  killing...
* daemon started successfully *
Run Code Online (Sandbox Code Playgroud)

Android设备上的应用程序显然无法正常工作.

我已经重新安装了SDK,试图 adb kill-serveradb start-server,但似乎没有任何工作

我使用的是Android 4.4和Ubuntu 14.04

android adb android-sdk-tools react-native

13
推荐指数
3
解决办法
3万
查看次数

adb 错误(错误:协议错误(无法读取状态):参数无效)

我无法使用 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
Run Code Online (Sandbox Code Playgroud)

http://s18.postimg.org/7fdc8w9dl/screenshot_97.png

以前我在 Windows 8.1 中遇到此错误,然后我安装了 Windows 10 并解决了错误,但现在我再次无法将手机与 adb 连接:(。

即使没有连接任何设备,我也会收到此错误。

日食错误:

[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 …
Run Code Online (Sandbox Code Playgroud)

android adb

8
推荐指数
4
解决办法
4万
查看次数

标签 统计

adb ×4

android ×4

android-sdk-tools ×1

react-native ×1