• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps ADB dont start....

NelsonBN

Lurker
Hi,
I've been with some difficulty in setting up my development environment for Android...
After giving many turns to my settings, I think that I concluded that the problem is, i can not kick-start the "ADB" ...
I'm using debian 6, and I'm trying to boot the adb with the command line options "/opt/android_sdk/platform-tools/adb start-server" but this give me the following errors:

* daemon not running. starting it now on port 5037 *
cannot bind 'tcp:5037'
ADB server didn't ACK
* failed to start daemon *

I thought the problem was that I had some program using the port "5037" but I used the command "netstat" and found that I have no program to use that port ...
someone can tell me how can I solve this problem??

Thank you very much for your help!
 
Back
Top Bottom