我无法让我的新Thunderbolt在eclipse中打印到logcat ...当我插入它时,我在控制台中收到以下错误:
[2011-08-04 11:23:10 - DeviceMonitor]Failed to start monitoring
[2011-08-04 11:23:11 - Logcat]device () request rejected: device not found
java.io.IOException: device () request rejected: device not found
at com.android.ddmlib.AdbHelper.setDevice(Unknown Source)
at com.android.ddmlib.AdbHelper.executeRemoteCommand(Unknown Source)
at com.android.ddmlib.Device.executeShellCommand(Unknown Source)
at com.android.ddmuilib.logcat.LogPanel$3.run(Unknown Source)
我可以运行adb就好了,有时当我完全重新启动计算机时,logcat会工作一段时间,但通常不会。使调试变得困难!
有人有什么想法吗?