You try to launch Android app on the device from Eclipse. The debugger fails to connect and times out. Instead, you see this in the Console log:
Can't bind to local 8600 for debugger
To fix this do the following steps exactly in this order
- Close Eclipse
- Disconnect USB cable
- Kill all adb instances on the task manager of your computer
- Start Eclipse
- Connect USB cable
- Launch the application
If this does not help then make sure that you are using IPv4 address for localhost DNS loopback name. Edit /etc/hosts and comment out all IPv6 entries.
Subscribe to RSS feed Follow me on Twitter Follow me on Facebook Follow me Google+