在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。但是怎么找到它?
下面是我的“运行配置”对话框的图像(对于询问此问题的人)。