当前位置:   article > 正文

解决adb的adb server version (32) doesn't match this client (36)或(35)_error: could not install *smartsocket* listener: a

error: could not install *smartsocket* listener: address already in use

最近在android studio中使用genymotion的模拟器和真机调试时,往往找不到模拟器和手机。adb命令的时候发现提示如下:

  1. $ adb devices
  2. adb server version (32) doesn't match this client (36); killing...
  3. error: could not install *smartsocket* listener: Address already in use
  4. ADB server didn't ACK
  5. * failed to start daemon *
  6. error: cannot connect to daemon
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6

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

如下:


声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/weixin_40725706/article/detail/723852
推荐阅读
相关标签
  

闽ICP备14008679号