【发布时间】:2016-07-24 08:50:21
【问题描述】:
我正在尝试在 android studio 中启动调试器,但我不断收到此消息。有人知道如何解决吗?
Debug port (8700) is busy, make sure there is no other active debug connection to the same application
【问题讨论】:
-
您是否多次在调试模式下运行?进入运行菜单,点击停止 (
CTRL+F2) -
确保任何其他应用程序没有像eclipse一样在同一端口运行。
标签: android debugging android-studio