[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进程,问题解决。

相关文章:

  • 2021-08-20
  • 2022-12-23
  • 2021-12-29
  • 2022-12-23
  • 2022-12-23
  • 2021-12-11
  • 2021-08-30
  • 2021-05-24
猜你喜欢
  • 2021-07-18
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-12
  • 2021-04-20
相关资源
相似解决方案