English 中文(简体)
我如何围绕Eclipse ADB开展工作,无法建立反馈联系?
原标题:How can I work around Eclipse ADB unable to establish loopback connection?

Im利用学校计算机做一些安乐团节目。 与此同时,直到我突然发出这一错误信息:

[2012-05-01 07:55:19 - ddms]Failed to initialize Monitor Thread: Unable to establish loopback connection
[2012-05-01 07:56:35 - DeviceMonitor]Adb connection Error:An existing connection was forcibly closed by the remote host
[2012-05-01 07:56:36 - DeviceMonitor]Connection attempts: 1

我试图重新确定亚洲开发银行。 我试图从指挥窗口中杀人并重新启动亚洲开发银行。 我指挥着:

E:JavaAndroidandroid-sdkplatform-tools>netsh interface teredo set state disa
bled
Ok.

我没有机会进入控制小组或C运动。 这可能是学校的防火墙,使我无法建立联系。 是否有任何人知道围绕这项工作,以便我能够回到方案拟订阶段?

问题回答

problem in IPv6 enabled: change last string in ddms.bat

call %java_exe% %java_debug% -Dcom.android.ddms.bindir=%prog_dir% -classpath "%jarpath%;%swt_path%swt.jar" com.android.ddms.Main %*

在<代码>%java_debug%后添加如下内容:

-Djava.net.preferIPv4Stack=true

www.un.org/Depts/DGACM/index_french.htm

 openFile
-vmargs
-Djava.net.preferIPv4Stack=true

这是否在你使用Eclipse时停止工作,或者你是否返回机器,发现机器已经停止工作?

典型的情况是,在我看来,这足以阻断该装置(或完全关闭发射器)、杀灭剂(adb death-server)、关闭了Eclipse,然后重新开始使用(adbstart-server<>/code>),然后把该装置推回(或重新启用发射器)。

从你的装置来看,打碎我们布,然后重新启用这个特征。 在我的一些装置上,亚洲开发银行的失败似乎是在装置上,而不是在客户机上运行Eclipse。

我看到你可能正在视窗上工作(寻找途径),但重整我的USB,在乌班图解决了这一问题。 讨论的其他解决办法成效有限。

通过在终点站输入<代码>sudo Service udevstart udev>。





相关问题
In Eclipse, why doesn t "Show In" appear for non-Java files?

If I have a *java file open, I can right click on the source, scroll down to "Show In (Alt-Shift-W)", and select Navigator. If I have an *xml, *jsp, or pretty much anything besides a Java source ...

Eclipse: Hover broken in debug perspective

Since upgrading Eclipse (Galileo build 20090920-1017), hover in debug no longer displays a variable s value. Instead, hover behaves as if I were in normal Java perspective: alt text http://...

Eclipse smart quotes - like in Textmate

Happy Friday — Does anyone know if eclipse has the notion of smart quotes like Textmate. The way it works is to select some words and quote them by simply hitting the " key? I m a newbie here so be ...

Indentation guide for the eclipse editor

Is there a setting or plugin for eclipse that can show indentation guides in the editor? Something like the Codekana plugin for visual studio (not so fancy is also OK). Important that it works with ...

Adding jar from Eclipse plugin runtime tab

I want to add .jar files for plugin from the Runtime tab of manifest file. When I use the Add... button, I can see only sub-directories of the plugin project. So if I want to add same .jar file to ...

How to copy multiple projects into single folder in eclipse

I have two projects, Project1 and Project2. Now i want to copy this projects into eclipse workspace but i want these projects to be in a single folder like below. Eclipse Workspace -> Project -> ...

Java: Finding out what is using all the memory

I have a java application that runs out of memory, but I have no idea which code is allocating the memory. Is there an application with which I can check this? I use Eclipse.