I have a strange problem with my setup.  I went to begin programming
this morning, but Eclipse wouldn't start my apps, giving me this
error:
   The connection to adb is down, and a severe error has occurred.

It appears I'm not alone, as this unanswered thread asks the same
problem:
   
http://groups.google.com/group/android-beginners/browse_thread/thread/7056115ccd57ef68/11b25d4515ca1a5a

Outside Eclipse, the emulator runs fine, but "adb shell" gives me:
* daemon not running. starting it now *
cannot bind 'tcp:5037'
ADB server didn't ACK
* failed to start daemon *
error: cannot connect to daemon

Digging deeper, netstat has a pile ~20 lines like the following:
tcp4      32      0  localhost.5037         localhost.62356
CLOSE_WAIT
tcp4       0      0  localhost.5037         localhost.59694
CLOSE_WAIT
I'm not a networking guru, so I don't know if these are remnants of
the adb start attempts, or the underlying problem.

Everything worked fine yesterday.  I'm running Mac OS X 10.5.5.  No
other apps show any sign of problems.

Ideas?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to