Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Eclipse DDMS error "Can't bind to local 8600 for debugger"

Tags:

android

I get the following error in Eclipse:

[timestamp - ddms] Can't bind to local 8600 for debugger 

Why?

like image 576
Rads Avatar asked Jul 23 '10 13:07

Rads


1 Answers

In addition to adding "127.0.0.1 localhost" to your hosts file, make the following changes in Eclipse.

Under Window -> Preferences -> Android -> DDMS:

  • Set Base local debugger port to "8601"
  • Check the box that says "Use ADBHOST" and the value should be "127.0.0.1"

Thanks to Ben Clayton in the comments for leading me to a solution.

Some Google keywords: Ailment or solution for Nexus S Android debugging with the error message: Can't bind to local 8600 for debugger.

like image 59
Doguhan Uluca Avatar answered Sep 19 '22 21:09

Doguhan Uluca