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

运行adb 命令的时候报错:

C:\Users\Administrator>adb devices

List of devices attached
adb server version (31) doesn‘t match this client (36); killing...
error: could not install *smartsocket* listener: cannot bind to 127.0.0.1:5037:
通常每个套接字地址(协议/网络地址/端口)只允许使用一次。 (10048)
could not read ok from ADB Server
* failed to start daemon *

error: cannot connect to daemon

原因分析:

这个是socket 的端口被占用了,我这里是因为360手机助手占用了这个端口,所以其他的就不能够用了。

 

解决办法:

卸载了360的手机助手就可以了,

首先 打开360安全卫士,点击右下角的 “更多+”-》点击“我的工具”-》点击左下角的“编辑”-》点击“手机助手”上面的X

这个时候可能会删除不了,那么就要删除手机助手的进程,如图里面的360Mobile。。这些,然后就可以删除了

然后再执行adb 命令就可以了

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

时间: 2024-08-27 11:15:33

adb server version (31) doesn't match this client (36)的相关文章

adb server version (31) doesn’t match this client (36); killing… 的解决方法

今天折腾了一下Android studio,好不容易搞完了,结果在运行adb命令的时候出错了 不要着急,我们先看下这个错误是怎么出现的. 1.搞完Android studio之后也升级使用了新的sdk,并配置了环境变量 2.启动了第三方模拟器 3.之后用adb devices命令就出现了上图的错误 从报错的原因来看应该是版本不一致导致的,大概的意思是说你现在的adb版本是31,但是你client端的却是36(这里的client端我猜就是第三方的模拟器)不匹配啊. 尝试解决下,既然版本不一致,那就

adb server version (31) doesn't match this client (40); killing...的解决办法

运行adb devices命令的时候出错了:adb server version (31) doesn't match this client (40); killing...could not read ok from ADB Server* failed to start daemonerror: cannot connect to daemon 解决办法: 原因:这个是socket 的端口被占用了,我这里是因为360安全助手占用了这个端口,所以其他的就不能够用了. 卸载360安全助手就可以

Genymotion 模拟器连接不上(adb server version (40) doesn't match this client (39))

前言 最新下了个最新版的Genymotion,然后adb devices发现连不上模拟器了,报adb server version (40) doesn't match this client (39); killing...从报错信息看是adb版本不匹配导致的,接下来讲如何解决这个问题 遇到问题 1.从官网下载genymotion,启动模拟器之后 用adb devices提示如下,意思说本机的adb版本号是39 模拟器中adb版本号是40 进入模拟器的adb目录查看adb版本号 解决办法 将本

手机连接ADB,提示“adb server version not match client”解决办法。

安装SDK,且手机打开开发者模式.允许USB调试后,依然提示"adb server version not match client". 一.查看5037端口占用: 1)netstat  -ano | findstr "5037" 2)通过任务管理器查看PID 二.查看进程 通过命令或任务管理器查看,命令:tasklist /fi "pid eq XXXXX" 三.在任务管理器中结束进程. 此进程为金山毒霸进程,终止后依然出现. 解决办法:打开金

adb server version(32) dosenot match this client

Microsoft SQL Server Version List(SQL Server 版本)

原帖地址 What version of SQL Server do I have? This unofficial build chart lists all of the known Service Packs (SP), Cumulative Updates (CU), patches, hotfixes and other builds of MS SQL Server 2014, 2012, 2008 R2, 2008, 2005, 2000, 7.0, 6.5 and 6.0 tha

MySql 执行语句错误 Err] 1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near

关于用Power Designer 生成sql文件出现 错误  [Err] 1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'int not null auto_increment comment '用户id', 的解决办法 sql语句如下 1 drop table

小米手机Root的过程及解决Unable to get view server version from device问题

注:解决Unable to get view server version from device,也要先进行Root,以下先介绍root过程 一.小米手机Root过程 1.首先要在手机上设置小米账号,位于设置--小米账号 2.登录http://www.miui.com/,在网页的右上角有一个“解锁”菜单,如下图红色方框 图1 3.用在手机上设置的账号或者生成的用户ID及密码登录,申请小米账号解锁权限,3天左右可以收到短信 4.收到短信后,登录短信中提示网址http://www.miui.com

You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '?,?,?,?)'

使用?占位符写MYSQL查询语句,执行报错 1 com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '?,?,?,?)' at line 1 2 at sun.ref