The connection to adb is down, and a severe error has occured解决方案

0:前言

今天开发中遇到错误

The connection to adb is down, and a severe error has occured. 
You must restart adb and Eclipse. 
Please ensure that adb is correctly located at 'D:\sdk\platform-tools\adb.exe' and can be executed. 

1:解决方案

  1. 关闭eclipse
  2. 进入platform-tools目录
  3. 执行
    adb kill-server
  4. 执行
    adb start-server
  5. 重新打开eclipse即可



你可能感兴趣的:(eclipse,android,adb,解决方案)