Android-未能初始化监视器线程:无法建立环回连接,



我在启动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

请任何人帮忙。

许多杀毒软件会停止一些.exe文件在系统上运行这将是我的问题的原因,其中一些会停止环回地址访问。,我已经卸载了它,并从错误中恢复。

这类原因有很多。为了解决这个问题,

案例1:

1) 在透视图中选择DDMS。

2) 在"设备"选项卡中,有一行图标。在图标的右侧有一个向下箭头。

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

情况2:您需要检查JRE版本是否可与SDK兼容。

情况3:重新启动您的eclipse。如果你有一些日食接近其他人,那可能是个问题。"模拟器数量"也可能出现同样的问题。

相关内容

最新更新