本文介绍了Eclipse的问题 - 启动错误:无法连接到远程VM。连接超时的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我得到的消息

启动错误:无法连接到远程VM。连接超时。

每一次调试我的阅读设备上的应用程序。我加入AndroidManifest的:

each time i debug my application on read device. I added to the AndroidManifest the:

<uses-permission android:name="android.permission.SET_DEBUG_APP"/>

android:debuggable="true"

不过,这仍然是没有帮助。当我重新设置了Eclipse(关闭并重新打开)这个问题有时解决。它真的很难以这种方式工作 - 我该如何解决这个问题。

But still this is not helping. When i reset the Eclipse ( close it and open it again ) this problem sometimes solved. Its really hard to work in this way - How can i solve this problem?

推荐答案

我有时我从电脑上拔下电话,并再次重新连接后,有这个问题。

I sometimes have this problem after I disconnect phone from the computer and reconnect again.

我 CTRL + ALT + 删除并杀死所有 adb.exe 流程和它修复它为我。

I do + + and kill all adb.exe processes and it fixes it for me.

请尝试,如果这也适用于你。

Please try if this also works for you.

注意:我觉得这比重新启动更快亚行命令行/月食

Note: I find this faster than restarting adb from command line/eclipse

这篇关于Eclipse的问题 - 启动错误:无法连接到远程VM。连接超时的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-06 00:01