码迷,mamicode.com
首页 > 其他好文 > 详细

Could not open Selected VM debug port (8700)

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

标签:android   style   blog   http   color   os   

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)

标签:android   style   blog   http   color   os   

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!