运行adb 命令的时候报错: C:\Users\Administrator>adb devices List of devices attachedadb server version (31) doesn't match this client (36); killing...error: could not install *smartsocket* listener: cannot bind to 127.0.0.1:5037:通常每个套接字地址(协议/网络地址/端口)只允许使用一次. (…
版权声明:蜜蜂采花酿蜂蜜,奶牛吃草产牛奶. https://blog.csdn.net/codehxy/article/details/52175186 案例1 报错信息如下 C:\Users\linux>adb shell adb server version (31) doesn’t match this client (36); killing… * daemon started successfully * error: no devices/emulators found 错误原因: …
adb server version (31) doesn't match this client (39) 问题的解决方案, 在cmd中输入adb nodaemon server -a后解决了, 记录一下…
当使用在cmd窗口调用adb shell命令的时候 提示如下: adb server version (31) doesn't match this client (39); killing...error: could not install *smartsocket* listener: cannot bind to 127.0.0.1:5037:通常每个套接字地址(协议/网络地址/端口)只允许使用一次. (10048) This application has requested the…
1.有时候用adb工具去连接安卓设备,或者模拟器的时候,会提示adb server version(31) doesn’t match this client(41)这样的提示.如图 提示的字面意思就是当前client版本41,与server端的版本不匹配,当前版本过高引起的.注意,这里的client就是你电脑已经安装的adb程序的版本,而server,也就是你的服务端,将要connect的设备. 网上说出现这种不匹配只要下载对应的adb版本重新替换你之前安装的adb就行了,对应的android…
有时候我们用adb工具去连接安卓设备,或者模拟器的时候,会提示adb server version(31) doesn't match this client(40)这样的提示.如图 提示的字面意思就是当前client版本40,与server端的版本不匹配,当前版本过高引起的.注意,这里的client就是你电脑已经安装的adb程序的版本,而server,也就是你的服务端,将要connect的设备.网上说出现这种不匹配只要下载对应的adb版本重新替换你之前安装的adb就行了,对应的android…
http://blog.csdn.net/seaker_/article/details/55107598 FAQ: adb server version (36) doesn't match this client (39); killing...error: could not install *smartsocket* listener: cannot bind to 127.0.0.1:65508: 通常每个套接字地址(协议/网络地址/端口) 只允许使用一次. (10048) Reslo…
执行adb devices 报错 原因分析: 这个是socket 的端口被占用了,我这里是因为360手机助手占用了这个端口,所以其他的就不能够用了. 解决办法: 卸载了360的手机助手就可以了 首先 打开360安全卫士,点击右下角的 “更多+”->点击“我的工具”->点击左下角的“编辑”->点击“手机助手”上面的X号 这个时候可能会删除不了,那么就要删除手机助手的进程,如图里面的360Mobile..这些,然后就可以删除了 然后再执行adb 命令就可以了…
删除360的手机助手即可解决,进程名字360MoblieMgr.exe…
D:\ADB>adb devicesList of devices attachedadb 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 百度了下,是360手机助手占用了端口. 右键360手机助手->>>隐藏悬浮窗. 再次执行ad…