您的位置:首页 > 编程语言 > Java开发

win7 eclipse: Could not open Selected VM debug port (8700)

2013-03-12 13:38 435 查看

win7 eclipse: Could not open Selected VM debug port (8700)

分类:
java 2011-09-12 08:53
570人阅读 评论(2)
收藏
举报

eclipsewindowstestingfilesystemiphone

After having checked out the BB (which I'd like to revisit with OS6) as well as some iPhone development (ergLog) I'm turning my attention to Android. I'll document some of the troubles and hopefully solutions I've
found along the way.

Problem #1

After successfully installing Eclipse and AVD plugin I received the following error when restarting 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"

Every response to this issue was something along the lines of "well, see what's using that port and kill it/change the port". So let's check that just to make sure the port isn't in use. (NOTE: I'm using Windows)

From the cmd console:

>telnet localhost 8700

Can't connect? Me either, so port 8700 isn't in use. Let's just be sure:

>netstat -an

Can't see port 8700 in use? Me either. So it seems as though the error description is a bit misleading. Next have a peek at your hosts file (C:\Windows\System32\drivers\etc\hosts). Did you do the same thing as me? Several months ago I pointed localhost to
another one of my machines while testing something out... and completely forgot about it!

翻译:

首先确认你的 ping localhost 确认是你的本机。

其次检查8700 端口,是否被占用。telnet localhost 8700

再次netstat -an 查看是否被占用。
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: