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

前端 未结 7 647
不知归路
不知归路 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 23:09

    Solution : 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 out by doing a ipconfig /all in the NON working situation. It showed :

    Tunnel adapter Teredo Tunneling Pseudo-Interface:

    Connection-specific DNS Suffix . :
    
    Description . . . . . . . . . . . : Teredo Tunneling Pseudo-Interface
    
    Physical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0
    
    DHCP Enabled. . . . . . . . . . . : No
    
    Autoconfiguration Enabled . . . . : Yes
    
    IPv6 Address. . . . . . . . . . . : 2001:0:5ef5:79fb:####:###:####:####(Preferred)
    
    Link-local IPv6 Address . . . . . : fe80::3c47:###:####:#### (Preferred)
    

    //edit : I guess it's technically a workaround untill Eclipse supports IPv6

提交回复
热议问题