使用adb devices命令报:adb server version (39) doesn't match this client (41);killing

在genymotion安卓模拟器上测试程序,想要查找设备虚拟地址,

DOS窗口输入命令:adb devices

1、报错信息

使用adb devices命令报:adb server version (39) doesn't match this client (41);killing

显示adb server version (39) doesn‘t match this client (41); killing...

 2、问题分析

genymotion中adb.exe版本与SDK中的adb.exe版本不一致

3、解决方法

直接用sdk\platform-tools\adb.exe替换genymotion模拟器的adb.exe

(注:本机genymotion路径:D:\Program Files\Genymobile\Genymotion\tools)

4、验证问题解决

重新启动运行genymotion的虚拟设备,在使用adb devices命令能成功查看设备虚拟地址。

使用adb devices命令报:adb server version (39) doesn't match this client (41);killing

 

 

 

 

 

使用adb devices命令报:adb server version (39) doesn't match this client (41);killing

上一篇:Linux开启MySql远程连接


下一篇:mysql8.0无法给用户授权或提示You are not allowed to create a user with GRANT的问题