问题:
- The connection to adb is down, and a severe error has occured. You must restart adb and Eclipse
- Error:远程主机强迫关闭了一个现有的连接
- adb locked!
- adb.exe not found
- adb failed to restart。 Make sure the plugin is properly configured
- * failed to start daemon *
- java.io.IOException: 您的主机中的软件中止了一个已建立的连接。
解决方法:
- 确认Android SDK中adb.exe存在.
- 使用360或其它文件解锁软件,解除adb.exe占用.(右键点击adb.exe-->解除占用).
- 手机的USB调试模式打开,关闭.
- Eclipse重新启动.手机重新启动.
- 打开任务管理器,干掉adb开头的进程.
- 手机数据线又一次拔插.
- 在cmd中依次执行下面两个adb命令 adb kill-server adb start-server
- 使用手机助手类软件的"又一次连接手机"功能
- 是否开了多个占用adb的应用, 如刷ROM的软件,多个Eclipse,NetBean,多个手机助手.
- 借同事的手机