解决Adb shell无法连接到Genymotion的虚拟设备
1、Studio和Genymotion都已打开,Genymotion上的虚拟设备也已启动。1.在studio中点击"Run app"后虚拟设备不出现在弹出窗口的列表中。

3、Adb连接设备,控制台执行"adb shell",提示错误"adb server version (32) doesn’t match this client (39);"。

5、选择"Use custom Android SDK tools",再点击"Browse"选中sdk安装路径。

6、关闭虚拟设备后重启该设备,退出studio后重新打开。4.此时点击"Run app",选择设备的窗口中选择虚拟设备,点击"Attach debugger to Android progress"选择虚拟设备中的app进程,在控制台执行"adb shell"可以正常连接了。