运行adb devices命令的时候出错了: adb server version (31) doesn't match this client (40); killing... could not read ok from ADB Server * failed to start ...
原文:https: blog.csdn.net gufenchen article details 一 有时候我们用adb工具去连接安卓设备,或者模拟器的时候,会提示adb server version doesn t match this client 这样的提示。如图 提示的字面意思就是当前client版本 ,与server端的版本不匹配,当前版本过高引起的。注意,这里的client就是你电脑 ...
2020-04-18 10:58 0 2287 推荐指数:
运行adb devices命令的时候出错了: adb server version (31) doesn't match this client (40); killing... could not read ok from ADB Server * failed to start ...
当使用在cmd窗口调用adb shell命令的时候 提示如下: adb server version (31) doesn't match this client (39); killing...error: could not install *smartsocket* listener ...
使用用 adb devices 提示如下错误 猜测是端口又被某些不法分子占用了,于是执行netstat -ano | findstr " " 哇塞好大一片,但是最关键的只有第一个,于是执行 tasklist |findstr " " 看,猜对了,360 ...
1、有时候用adb工具去连接安卓设备,或者模拟器的时候,会提示adb server version(31) doesn’t match this client(41)这样的提示。如图 提示的字面意思就是当前client版本41,与server端的版本不匹配,当前版本过高 ...
adb server version (31) doesn't match this client (39) 问题的解决方案, 在cmd中输入adb nodaemon server -a后解决了, 记录一下 ...
版权声明:蜜蜂采花酿蜂蜜,奶牛吃草产牛奶。 https://blog.csdn.net/codehxy/article/details/52175186 案例1 报错信息如下 C:\Users\linux>adb shell adb server version (31) doesn’t ...
说一下吧: 这个问题其实就是adb的问题,说明你的电脑里面有2个adb一个是36版本,一个是41版本 ...
上传文件到海马玩模拟器 环境变量:ANDROID_SDK_HOME配置是D:\Android\android_sdk_windows 报错:adb server version (31) doesn’t match this client (40); killing… 分析:海马玩和sdk中 ...