ADB server didn't ACK && make sure the plugin is properly configured

adb启动失败一般是端口被占用!

解决方法和步骤:

1、输入命令netstat -ano | findstr "5037" 

Android DDMS ADB启动失败错误解决!

2、查看到端口2152被占用。

输入命令TASKLIST | findstr "2152"获取到最终被占用的进程名称,在任务管理器中结束进程,重启adb即可。

相关文章:

  • 2022-02-28
  • 2021-08-02
  • 2021-07-13
  • 2021-05-09
  • 2021-09-04
  • 2022-01-22
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-08-24
  • 2021-08-11
  • 2022-01-23
相关资源
相似解决方案