Android app not launching on emulator?

I'm going to guess you're developing on Windows 7 or Vista. In either case, your hosts file maps "localhost" to "::1". Android (as of 2.2) doesn't handle IPv6 very well, so you'll find a "protocol bind" failure further up in your logs (not the logcat stuff, DDMS IIRC).

I'm going to guess you're developing on Windows 7 or Vista. In either case, your hosts file maps "localhost" to "::1". Android (as of 2.2) doesn't handle IPv6 very well, so you'll find a "protocol bind" failure further up in your logs (not the logcat stuff, DDMS IIRC).

To fix this, you need to change the definition of localhost to "127.0.0.1". C:\windows\system32\drivers\etc\hosts. Change "::1" to "127.0.0.1".

IIRC, you have to saveAs to a different name, delete the original, then rename back to "hosts", with no extension. Or you could be using an HTC device without their home grown USB driver. Check out HTC's support pages for the "HTC Synch" app for your OS.

Using Vista. Did the change but still the same. Do I need to reboot?

– JEagle Nov 16 '10 at 22:23 Ok. Just did a reboot and it worked! Thanks.

– JEagle Nov 16 '10 at 22:50.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions