【发布时间】:2014-10-29 21:01:12
【问题描述】:
您可以在 IntelliJ 的哪个位置配置调试端口?由于其 ADB 日志选项卡中出现以下错误
ddms: 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, choose a new port number in
the preferences.
我一直在搜索首选项和菜单项,但没有此设置的迹象。我使用的是 13.1 版。在 DDMS 首选项中,我将端口设置为 8601,因此这个 8700 值肯定来自 IntelliJ。但是如何找到呢?
下面是我的“运行配置”对话框的图片(供询问的人使用)。
【问题讨论】:
标签: android debugging intellij-idea port ddms