Adb connection Error:远程主机强迫关闭了一个现有的连接



  1. [2013-07-19 09:32:07 - DeviceMonitor] Adb connection Error:远程主机强迫关闭了一个现有的连接。  
  2. [2013-07-19 09:32:08 - DeviceMonitor] Connection attempts: 1  
  3. [2013-07-19 09:32:10 - DeviceMonitor] Connection attempts: 2  
  4. [2013-07-19 09:32:12 - DeviceMonitor] Connection attempts: 3  
  5. [2013-07-19 09:32:14 - DeviceMonitor] Connection attempts: 4  
  6. [2013-07-19 09:32:16 - DeviceMonitor] Connection attempts: 5  
  7. [2013-07-19 09:32:18 - DeviceMonitor] Connection attempts: 6  
  8. [2013-07-19 09:32:20 - DeviceMonitor] Connection attempts: 7  
  9. [2013-07-19 09:32:22 - DeviceMonitor] Connection attempts: 8  
  10. [2013-07-19 09:32:24 - DeviceMonitor] Connection attempts: 9  
  11. [2013-07-19 09:32:27 - DeviceMonitor] Connection attempts: 10  
  12. [2013-07-19 09:32:29 - DeviceMonitor] Connection attempts: 11  

今天打开eclipse真机调试,一直正常,突然Console里一直输出 
Adb connection Error:远程主机强迫关闭了一个现有的连接,不能重新运行程序了。后来把eclipse关掉重启
控制台还是报错。

后来分析一下报错的结果,应该是adb桥与devices之间失去了连接或者连接不匹配了——导致一直在查找设备连接。



解决方法


  1. 运行-->cmd-->adb devices  

结果如图:

Adb connection Error:远程主机强迫关闭了一个现有的连接_第1张图片

这样devices与adb桥之间的连接就正常了。

你可能感兴趣的:(Adb connection Error:远程主机强迫关闭了一个现有的连接)