Solution (workaround) : turn off Teredo Tunneling Pseudo-Interface. This probably converts IP4 to IPv6 addresses or something, resulting in an IPv6 address for your localhost (strange though, that a PING still results in IP4). Anyway, turning it off (Device manager > View > Show hidden devices > right click on Teredo > disable) solves the problem!
I found that my Win7 install re-enables my Teredo device after each boot. Even when I deinstall. So I made a batchfile (run as Administrator) which issues the following commands : >netsh interface teredo set state disabled >"D:\Program Files (x86)\Eclipse\eclipse.exe" -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] 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

