Re: [android-developers] ADB server didn't ACK, cannot bind tcp...

2010-12-31 Thread David Turner
Do you have a service bound to localhost:5037 ? If so, it will prevent the ADB server from running properly, and might explain the cannot bind error message. On Fri, Dec 3, 2010 at 5:08 PM, Zbahoui zbah...@gmail.com wrote: Hi, I'm trying to install the android sdk on my Debian SID but when I

[android-developers] ADB server didn't ACK, cannot bind tcp...

2010-12-06 Thread Zbahoui
Hi, I'm trying to install the android sdk on my Debian SID but when I try to launch ./adb start-server i have : * daemon not running. starting it now on port 5037 * cannot bind 'tcp:5037' ADB server didn't ACK * failed to start daemon * It's the same when I'm root. I've tried : netstat -a |

[android-developers] ADB server didn't ACK, cannot bind tcp...

2009-06-10 Thread jphdsn
Hi Coud anyone tell me if he had been teh same problem witj the adb command line? jphdsn$ /Developer/android-sdk-mac_x86-1.5_r2/tools/adb shell * daemon not running. starting it now * cannot bind 'tcp:5037' ADB server didn't ACK * failed to start daemon * error: cannot connect to daemon And if