当前位置:   article > 正文

解决无法连接夜神模拟器:adb server version (36) doesn‘t match this client (41); killing..._adb server version (36) doesn't match this client

adb server version (36) doesn't match this client (41); killing... * daemon

借鉴:adb server version (36) doesn‘t match this client (41)解决_adb server version (36) doesn’t match this client -CSDN博客

C:\Users\Administrator>adb shell
adb server version (36) doesn't match this client (41); killing...
* daemon started successfully
adb.exe: no devices/emulators found
  • 1
  • 2
  • 3
  • 4

从报错信息看是adb版本不匹配导致的,就是你使用的adb版本和夜神模拟器的nox_adb版本不一致导致无法连接,解决方案,吧夜神模拟器的nox_adb替换为你自己的adb就可以了!

查看adb版本:

adb --version
  • 1

自己的adb:

E:\ReverseTools\platform-tools\adb.exe
  • 1

夜神模拟器的adb:

E:\Nox\bin\nox_adb.exe
  • 1

解决方案:将adb.exe改名为nox_adb.exe,替换夜神模拟器的nox_adb.exe就可以了!
成功!!!

C:\Users\Administrator>adb shell
beyond1q:/ # ls
  • 1
  • 2
声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/小桥流水78/article/detail/869382
推荐阅读
相关标签
  

闽ICP备14008679号