I have Eclipse Indigo installed on Win7 64bit with the ADT plugin and Android SDK\'s installed.
An error occurs when I have my emulator open and I try to launch my t
No need to disable IPV6. Just force Eclipse to use IPV4. Edit eclipse.ini and add the last line:
openFile -vmargs -Djava.net.preferIPv4Stack=true