adb server version (36) doesn’t match this client (39); killing…

原因是模拟器得adb版本和as得adb版本不一致导致的

报错日志

// android studio中得错误日志
adb devices
List of devices attached
adb server version (36) doesn't match this client (39); killing...
 * daemon started successfully

解决方法:替换掉夜神安装目录下的adb.exe与as保持一致;

  • 步骤1

    找到夜神安装目录,在地址栏输入cmd 回车 看到版本是36
    adb server version (36) doesn't match this client (39)adb server version (36) doesn't match this client (39)

  • 步骤2:找到as得安装目录,同样在地址栏输入cmd 然后执行adb命令
    adb server version (36) doesn't match this client (39)adb server version (36) doesn't match this client (39)
    看到这个版本是39,所以替换掉夜神模拟器安装目录下得nox_adb.exe,然后重启模拟器就可以了
    看到下面这句话就可以了。
    adb server version (36) doesn't match this client (39)

相关文章:

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