adb server version (31) doesn't match this client (41); killing...
使用用 adb devices 提示如下错误
C:\Users\Lenovo>adb devices
adb server version (31) doesn't match this client (41); killing...
could not read ok from ADB Server
* failed to start daemon
adb.exe: failed to check server version: cannot connect to daemon

猜测是端口又被某些不法分子占用了,于是执行netstat -ano | findstr " "
C:\Users\Lenovo>netstat -ano | findstr "5037"
TCP 127.0.0.1:5037 0.0.0.0:0 LISTENING 12428
TCP 127.0.0.1:5037 127.0.0.1:56658 TIME_WAIT 0
TCP 127.0.0.1:5037 127.0.0.1:56659 TIME_WAIT 0
TCP 127.0.0.1:5037 127.0.0.1:56660 TIME_WAIT 0
TCP 127.0.0.1:5037 127.0.0.1:56779 TIME_WAIT 0
TCP 127.0.0.1:5037 127.0.0.1:56780 TIME_WAIT 0
TCP 127.0.0.1:5037 127.0.0.1:56781 TIME_WAIT 0
TCP 127.0.0.1:5037 127.0.0.1:56833 TIME_WAIT 0
TCP 127.0.0.1:5037 127.0.0.1:56834 TIME_WAIT 0
TCP 127.0.0.1:5037 127.0.0.1:56835 TIME_WAIT 0
TCP 127.0.0.1:5037 127.0.0.1:56881 TIME_WAIT 0
TCP 127.0.0.1:5037 127.0.0.1:56882 TIME_WAIT 0
TCP 127.0.0.1:5037 127.0.0.1:56883 TIME_WAIT 0
TCP 127.0.0.1:5037 127.0.0.1:56933 TIME_WAIT 0
TCP 127.0.0.1:5037 127.0.0.1:56934 TIME_WAIT 0
TCP 127.0.0.1:5037 127.0.0.1:56935 TIME_WAIT 0
TCP 127.0.0.1:5037 127.0.0.1:57000 TIME_WAIT 0
TCP 127.0.0.1:5037 127.0.0.1:57001 TIME_WAIT 0
TCP 127.0.0.1:5037 127.0.0.1:57002 TIME_WAIT 0
TCP 127.0.0.1:5037 127.0.0.1:57063 TIME_WAIT 0
TCP 127.0.0.1:5037 127.0.0.1:57064 TIME_WAIT 0
TCP 127.0.0.1:5037 127.0.0.1:57065 TIME_WAIT 0
TCP 127.0.0.1:5037 127.0.0.1:57108 TIME_WAIT 0
TCP 127.0.0.1:5037 127.0.0.1:57109 TIME_WAIT 0
TCP 127.0.0.1:5037 127.0.0.1:57110 TIME_WAIT 0
TCP 127.0.0.1:5037 127.0.0.1:57181 TIME_WAIT 0
TCP 127.0.0.1:5037 127.0.0.1:57182 TIME_WAIT 0
TCP 127.0.0.1:5037 127.0.0.1:57183 TIME_WAIT 0
TCP 127.0.0.1:5037 127.0.0.1:57273 TIME_WAIT 0
TCP 127.0.0.1:5037 127.0.0.1:57274 TIME_WAIT 0
TCP 127.0.0.1:5037 127.0.0.1:57275 TIME_WAIT 0
TCP 127.0.0.1:5037 127.0.0.1:57318 TIME_WAIT 0
TCP 127.0.0.1:5037 127.0.0.1:57319 TIME_WAIT 0
TCP 127.0.0.1:5037 127.0.0.1:57320 TIME_WAIT 0
TCP 127.0.0.1:5037 127.0.0.1:57377 TIME_WAIT 0
TCP 127.0.0.1:5037 127.0.0.1:57378 TIME_WAIT 0
TCP 127.0.0.1:5037 127.0.0.1:57379 TIME_WAIT 0
哇塞好大一片,但是最关键的只有第一个,于是执行 tasklist |findstr " "
C:\Users\Lenovo>tasklist |findstr "12428"
360MobileLoader.exe 12428 Console 3 24,296 K
看,猜对了,360!
C:\Users\Lenovo>taskkill -f -t /im 360MobileLoader.exe
错误: 无法终止 PID 12428 (属于 PID 7548 子进程)的进程。
原因: 拒绝访问。
流氓,粗暴一点直接拔掉真机,嘿嘿,看他还占用。在执行一次 adb devices
C:\Users\Lenovo>adb devices
List of devices attached
C9K7N15722004375 device
ok 了
adb server version (31) doesn't match this client (41); killing...的更多相关文章
- adb server version (31) doesn't match this client (41); killing...
1.有时候用adb工具去连接安卓设备,或者模拟器的时候,会提示adb server version(31) doesn’t match this client(41)这样的提示.如图 提示的字面意思就 ...
- appium===报错adb server version (31) doesn’t match this client (39); killing…的解决办法
当使用在cmd窗口调用adb shell命令的时候 提示如下: adb server version (31) doesn't match this client (39); killing...er ...
- adb server version (31) doesn’t match this client (36); killing…
版权声明:蜜蜂采花酿蜂蜜,奶牛吃草产牛奶. https://blog.csdn.net/codehxy/article/details/52175186 案例1 报错信息如下 C:\Users\lin ...
- 运行adb命令报错adb server version (31) doesn't match this client (39); killing...
执行adb devices 报错 原因分析: 这个是socket 的端口被占用了,我这里是因为360手机助手占用了这个端口,所以其他的就不能够用了. 解决办法: 卸载了360的手机助手就可以了 首先 ...
- adb server version (31) doesn't match this client (40); killing...
删除360的手机助手即可解决,进程名字360MoblieMgr.exe
- adb server version (31) doesn't match this client (36)
运行adb 命令的时候报错: C:\Users\Administrator>adb devices List of devices attachedadb server version (31) ...
- 关于ADB 执行报错问题-db server version (31) doesn't match this client (40); killing...
D:\ADB>adb devicesList of devices attachedadb server version (31) doesn't match this client (40); ...
- adb server version (31) doesn't match this client (39) 解决方案
adb server version (31) doesn't match this client (39) 问题的解决方案, 在cmd中输入adb nodaemon server -a后解决了, 记 ...
- adb 提示adb server version(31) doesn't match this client(40) 解决办法
有时候我们用adb工具去连接安卓设备,或者模拟器的时候,会提示adb server version(31) doesn't match this client(40)这样的提示.如图 提示的字面意思就 ...
- adb shell 运行时报错"adb server version (26) doesn't match this client (39); killing..."的解决方案
adb即 Android Debug Bridge 是一个通用的命令行工具,可用于通过PC端对连接的Android模拟器设备或连接至电脑的真实物理设备进行命令行操作.目前,许多软件均会借助 adb 工 ...
随机推荐
- docker mysql8.0 启动,挂数据卷,定时备份,恢复~
安装mysql 从mysql社区版的官方源去拉取镜像:mysql/mysql-server - Docker Image | Docker Hub docker run --name=mysql1 - ...
- Spring AOP——源码分析
[阅读前提]:需了解 AOP 注解开发流程:链接 一.注解 @EnableAspectJAutoProxy 在配置类中添加注解@EnableAspectJAutoProxy,便开启了 AOP(面向切面 ...
- 我用ChatGPT做WebRTC音视频性能优化,主打一个高效
摘要 随着GPT-4的发布,AI的风越吹越旺.GPT-4可以回答问题,可以写作,甚至可以基于一张草图生成html代码搭建一个网站.即构社区的一位开发者@倪同学就基于目前在研究的WebRTC QOS技术 ...
- 自己动手从零写桌面操作系统GrapeOS系列教程——24.加载并运行loader
学习操作系统原理最好的方法是自己写一个简单的操作系统. 之前我们在电脑的启动过程中介绍过boot程序的主要任务就是加载并运行loader程序,本讲我们就来实现. 本讲代码文件共2个: boot.asm ...
- wireshark抓包教程详解
https://blog.csdn.net/lixinkuan328/article/details/122985439 Wireshark 的抓包和分析,看这篇就够了!:https://blog.c ...
- Django笔记十之values_list指定字段取值及distinct去重处理
这篇笔记将介绍 reverse.distinct.values 和 values_list 的用法. 本篇笔记目录如下: reverse() values() values_list() distin ...
- Low-Code,一定“low”吗?
作者:京东保险 吴凯 前言 低代码是一组数字技术工具平台,基于图形化拖拽.参数化配置等更为高效的方式,实现快速构建.数据编排.连接生态.中台服务.通过少量代码或不用代码实现数字化转型中的场景应用创新. ...
- Python中,类的特殊方法与内置函数的关联
目录 Python类 Python类的设计原则 特殊方法[Special methods] Duck typing 内置函数 English Version The key design princi ...
- vue之数组与对象的检测与更新
目录 说明 语法 示例 说明 MVVM会自动检测变量的变化,当变量改变,页面也会对应的变化,但是有一点需要注意,如果有一个对象增加值的时候,不能直接修改,需要使用Vue.set()方法 语法 Vue. ...
- python实现桌面截图功能
PIL中的ImageGrab模块 import time import numpy as np from PIL import ImageGrab img = ImageGrab.grab(bbox= ...