最近在android studio中使用genymotion的模拟器和真机调试时,找不到模拟器和手机,打开Event Log,报如下错误:

Android Studio 报adb server version (32) doesn't match this client (36)的错误

用CMD进入SDK所在目录,执行adb.exe start-server,报如下错误:

Android Studio 报adb server version (32) doesn't match this client (36)的错误

原来是genymotion中的adb命令存在端口冲突(往往是被其他手机助手占用了adb的端口所致),直接打开genymotion的Setting,切换到第四个标签页(ADB),选择Use custom Android Sdk tools,然后选择我们开发使用的Sdk路径即可。如下:

Android Studio 报adb server version (32) doesn't match this client (36)的错误

参考:http://www.ecjson.com/article/32.html

相关文章:

  • 2021-10-21
  • 2021-08-29
  • 2021-06-26
  • 2022-12-23
  • 2021-12-20
  • 2021-08-25
猜你喜欢
  • 2021-11-10
  • 2021-06-21
  • 2022-12-23
  • 2021-05-03
  • 2021-07-04
  • 2021-10-27
  • 2021-06-09
相关资源
相似解决方案