扩展 Android DDMS 插件,错误:无法绑定到调试器的本地 8700
我想扩展 Android DDMS 插件。 我遵循了所有步骤和其他站点。
每次我将原始的、未更改的“ddms-plugin”项目作为 Eclipse 应用程序启动时,我都会收到以下警告: “无法打开选定的虚拟机调试端口 (8700)。确保您没有运行 DDMS 或 eclipse 插件的另一个实例。如果它被其他东西使用,请在首选项中选择一个新的端口号” AFAIK 可以忽略此警告,因为有两个带有 DDMS 插件的 Eclipse 实例。
但在我启动 Android 应用程序后,我收到警告: “无法为调试器绑定到本地 8700” 什么可能导致此警告? 典型的解决方案,例如在主机文件中添加 localhost 或 10.0.2.2(或 127.0.0.1)作为 ADB-Host 没有帮助。 该端口也可用。
在 eclipse 的第一个实例中,ddms-plugin 中根本没有警告。
有什么想法吗?
i want to extend the Android DDMS Plugin.
I followed all steps and the further sites.
Every time I start the orginal, unchanged "ddms-plugin" Project as Eclipse Application, i get this warning:
„Could not open Selected VM debug port (8700). Make sure you do not have another instance of DDMS or of the eclipse plugin running. If it´s being used by something else, shoose a new port number in the preferences”
AFAIK it´s ok to ignore this warning, because there are two Eclipse instances with a DDMS-Plugin.
But after i start an Android Application, i get the warning:
„Can´t bind to local 8700 for debugger“
What could cause this warning?
Typical solutions like adding localhost in the hosts-file or 10.0.2.2 (or 127.0.0.1) as ADB-Host doesnt help.
The port is also available.
In the first instance of eclipse there is no warning at all in the ddms-plugin.
Any ideas?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论