[2013-03-19 11:14:54 - DeviceMonitor] Adb connection Error:远程主机强迫关闭了一个现有的连接。
[2013-03-19 11:14:56 - DeviceMonitor] Adb connection Error:远程主机强迫关闭了一个现有的连接。
[2013-03-19 11:14:57 - DeviceMonitor] Connection attempts: 1
[2013-03-19 11:14:59 - DeviceMonitor] Connection attempts: 2
[2013-03-19 11:15:12 - DeviceMonitor] Adb connection Error:远程主机强迫关闭了一个现有的连接。
[2013-03-19 11:15:14 - DeviceMonitor] Connection attempts: 1
[2013-03-19 11:15:52 - Device] Error during Sync: timeout.
[2013-03-19 11:15:52 - Unexpected error while launching logcat. Try reselecting the device.] device not found
com.android.ddmlib.AdbCommandRejectedException: device not found
at com.android.ddmlib.AdbHelper.setDevice(AdbHelper.java:752)
at com.android.ddmlib.AdbHelper.executeRemoteCommand(AdbHelper.java:373)
at com.android.ddmlib.Device.executeShellCommand(Device.java:462)
at com.android.ddmuilib.logcat.LogCatReceiver$1.run(LogCatReceiver.java:110)
at java.lang.Thread.run(Unknown Source)

解决方案 »

  1.   

    其实这个经常出现,你重启一下adb,,Eclipse再试试。
      

  2.   

     问题原因及解决方法:Unexpected error while launching logcat. Try reselecting the device.] device not found这个问题是经常遇到的,如果是在真机上面测试你的程序的,那么首先确定手机与电脑相连接。如果确定已经连接,只需再次点击运行即可,如果还是不行,重新连接手机
      

  3.   

    在adb中我找到了我的设备,手机usb调试也是打开的。手机助手没有打开。
    我连接的是台式机前面的usb接口,总是不行,我换到后面的usb接口连接就正常了。
    具体是什么原因,偶也没找到。
      

  4.   

    手机与pc断开->任务管理器->关闭adb进程->稍等片刻->重新连接手机与pc