Can't bind to local 8700 for debugger报错和解决

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Can't bind to local 8700 for debugger报错和解决相关的知识,希望对你有一定的参考价值。

[2016-02-15 22:37:17 - ddms] Can‘t bind to local 8700 for debugger报错和解决

1.打开studio monitor是出错: Can‘t bind to local 8700 for debugger
2.netstat -apn |grep 8700(或者netstat -apo|findstr 8700)查询,得到的结果是:
tcp6 0 0 123.0.0.1:8700  :::*     LISTEN   3665/java
unix 3    []    STREAM    CONNECTED    8700   1227/upowerd
3.kill -9 3665 ,杀掉java进程,问题解决。

以上是关于Can't bind to local 8700 for debugger报错和解决的主要内容,如果未能解决你的问题,请参考以下文章

Can't bind to 'ngModel' since it isn't a known property of 'input'.

SVN遇到Can't convert string from 'UTF-8' to native encoding

Can't bind to 'formGroup' since it isn't a known property of 'form'

Template parse errors: Can't bind to 'ngModel' since it isn't a known property of &#

Can‘t connect to local MySQL server through socket

Can't connect to local MySQL server through socket