首页 > 其他 > 详细

Could not open Selected VM debug port (8700)

时间:2014-07-10 23:03:30      阅读:3438      评论:0      收藏:0      [点我收藏+]

bubuko.com,布布扣

在运行项目的时候,eclipse弹出提示框“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.

在终端输入:netstat -ano | findstr "8700"

未找到占用端口。

解决方法:

在eclipse中,依次打开Window -> Preferences -> Android -> DDMS:如下图

把Base local debugger port 8600 修改为8601,并勾选Use ADBHOST。

bubuko.com,布布扣

参考:

http://stackoverflow.com/questions/4045645/eclipse-android-could-not-open-selected-vm-debug-port-8700

Could not open Selected VM debug port (8700),布布扣,bubuko.com

Could not open Selected VM debug port (8700)

原文:http://blog.csdn.net/wwzqj/article/details/37599437

(1)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!