Android - 无法初始化Monitor Thread:无法建立环回连接,

时间:2013-12-13 05:26:37

标签: java android eclipse multithreading apache

当我开始我的eclipse indigo并更新它时我得到了这个错误,我也更新了SDK。在此之后,我试图运行我的Hello World程序,我收到了错误:

[2013-12-13 10:54:49 - SimulationExample] ------------------------------
[2013-12-13 10:54:49 - SimulationExample] Android Launch!
[2013-12-13 10:54:49 - SimulationExample] Connection with adb was interrupted.
[2013-12-13 10:54:49 - SimulationExample] 0 attempts have been made to reconnect.
[2013-12-13 10:54:49 - SimulationExample] You may want to manually restart adb from the Devices view.

几秒钟后我也收到了错误。

[2013-12-13 10:40:02 - ddms] Failed to initialize Monitor Thread: Unable to establish loopback connection
[2013-12-13 10:45:57 - DeviceMonitor] Adb connection Error:An existing connection was forcibly closed by the remote host
[2013-12-13 10:45:58 - DeviceMonitor] Connection attempts: 1

请任何人帮忙。

2 个答案:

答案 0 :(得分:1)

许多防病毒程序会阻止某些.exe文件在系统上运行,这将导致我的问题,其中一些会阻止环回地址访问。我已经卸载它并从错误中恢复。

答案 1 :(得分:0)

造成这种情况的原因有很多。要解决这个问题,

案例1:

1)在透视图中选择DDMS。

2)在“设备”选项卡中,有一排图标。图标右侧有一个向下箭头。

3)单击向下箭头,然后单击“重置adb”。

案例2: 您需要检查您的JRE版本是否与SDK兼容。

案例3: 重启你的日蚀。如果您的日食数量与其他日食相近,则可能存在问题。使用Number of Emulators也会发生同样的问题。