tags:

views:

133

answers:

1

I get error in "ddms]Can't bind to local 8600 for debugger"...Why?

A: 

Don't uninstall, this is just a dumb thing done by the system which as trouble finding localhost it seems. Take a look in here, it's quite easy to fix. I had the same issue a few weeks ago and solved it this way.

the window Host file that is messed up:
the file is at this place :
C:\WINDOWS\system32\drivers\etc

And should contain this line : 127.0.0.1 localhost

Sephy
I am using ubantu and I am a fresher and new to it. So I am not able to get the solution for the same in ubantu.
Rads
ok, have you tried checking that the preferences in Eclipse are properly configured? preferences>Android>DDMS>Base local debugger port see the number in this field.
Sephy