使用用 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...的更多相关文章

  1. adb server version (31) doesn't match this client (41); killing...

    1.有时候用adb工具去连接安卓设备,或者模拟器的时候,会提示adb server version(31) doesn’t match this client(41)这样的提示.如图 提示的字面意思就 ...

  2. 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 ...

  3. adb server version (31) doesn’t match this client (36); killing…

    版权声明:蜜蜂采花酿蜂蜜,奶牛吃草产牛奶. https://blog.csdn.net/codehxy/article/details/52175186 案例1 报错信息如下 C:\Users\lin ...

  4. 运行adb命令报错adb server version (31) doesn't match this client (39); killing...

    执行adb devices 报错 原因分析: 这个是socket 的端口被占用了,我这里是因为360手机助手占用了这个端口,所以其他的就不能够用了. 解决办法: 卸载了360的手机助手就可以了 首先 ...

  5. adb server version (31) doesn't match this client (40); killing...

    删除360的手机助手即可解决,进程名字360MoblieMgr.exe

  6. adb server version (31) doesn't match this client (36)

    运行adb 命令的时候报错: C:\Users\Administrator>adb devices List of devices attachedadb server version (31) ...

  7. 关于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); ...

  8. 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后解决了, 记 ...

  9. adb 提示adb server version(31) doesn't match this client(40) 解决办法

    有时候我们用adb工具去连接安卓设备,或者模拟器的时候,会提示adb server version(31) doesn't match this client(40)这样的提示.如图 提示的字面意思就 ...

  10. adb shell 运行时报错"adb server version (26) doesn't match this client (39); killing..."的解决方案

    adb即 Android Debug Bridge 是一个通用的命令行工具,可用于通过PC端对连接的Android模拟器设备或连接至电脑的真实物理设备进行命令行操作.目前,许多软件均会借助 adb 工 ...

随机推荐

  1. Python--相关环境的安装,以及hello world的实现

    相关环境 进入官网:https://www.python.org/downloads/ 点击这里: 来到新的界面之后,向下滑动: 找到上图中的界面,选择版本进行下载即可. 具体的安装步骤可以参考这里看 ...

  2. 最近写了一个demo,想看看java和go语言是怎么写的

    最近写了一个demo:demo的github地址 一. 简单介绍 1. Server端 它是一个WebApi服务,把它当成一个黑盒就行了. 2. MiddleServer端 是重点,它是一个WebAp ...

  3. 【随笔】Axios delete传递数组问题

    pre { overflow-y: auto; max-height: 300px } img { max-width: 500px; max-height: 300px } Axios delete ...

  4. Django笔记八之model中Meta参数的使用

    前面介绍了 model 的字段属性,字段类型,这篇笔记介绍一下 model 的 Meta 选项. 这个选项提供了一些参数,比如排序(ordering),表名(db_table)等. 但这都不是必需的, ...

  5. Node.js中理解asyncmap函数 ,爬取王者荣耀荣耀官网壁纸400多张

    async/mapLimit函数理解 const phantom = require('phantom') const express = require('express'); const app ...

  6. selenium 您的连接不是私密连接的解决办法

            一.问题描述 用selenium启动浏览器时,chrome提示您的连接不是私密连接. 二.解决方案 方案1: 在当前页面用键盘输入  thisisunsafe  ,不是在地址栏输入,就 ...

  7. (原创)【B4A】一步一步入门10:TabHost,标签页、标题带图标(控件篇06)

    一.前言 本篇教程我们来讲一下TabHost(标签页)的基本使用方法. 相信看完的你,一定会有所收获! 本文地址:https://www.cnblogs.com/lesliexin/p/1728556 ...

  8. python入门教程之三编码问题

    1编码问题 Python文件中如果未指定编码,在执行过程中会出现报错: !/usr/bin/python print ("你好,世界") 以上程序执行输出结果为: 文件" ...

  9. [arthas] UnsupportedOperationException: class redefinition failed: attempted to change the schema (add/remove fields)

    问题描述 [arthas@1]$ trace cn.xx.dataservice.biz.dataservice.controller.v1.CommonSearchController datase ...

  10. 系统建模之UML用例视图

    <用例视图> 1 用例图的目标 who「参与者」:确定谁要使用系统 what「功能」:他们使用系统做什么? 2 用例图-四大主要组件 2.1 参与者 参与者:与应用程序或系统进行交互的用户 ...