Android 如何为IntelliJ配置调试端口?

Android 如何为IntelliJ配置调试端口?,android,debugging,intellij-idea,port,ddms,Android,Debugging,Intellij Idea,Port,Ddms,您可以在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

您可以在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的。你试过安卓工作室吗?这只是Android开发的想法。昨天发布的是1.0版。我确实搬到了Android Studio,但这个问题对那些仍然使用IntelliJ的人可能确实有用。