Eclipse: Failed to initialize Monitor Thread: Unable to establish loopback connection

前端 未结 7 654
不知归路
不知归路 2020-12-17 22:24

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

7条回答
  •  抹茶落季
    2020-12-17 22:55

    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
    

提交回复
热议问题