Eclipse/adb error message in Vista "Failed to parse the output of adb version"
        Posted  
        
            by watchman317
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by watchman317
        
        
        
        Published on 2010-06-08T00:21:56Z
        Indexed on 
            2010/06/08
            4:22 UTC
        
        
        Read the original article
        Hit count: 644
        
I am trying to learn Android development, so I downloaded Eclipse Galileo and the Android SDK. However, whenever I start Eclipse, I get the error message "Failed to parse the output of adb version." In the Console/DDMS pane, the debug output reads:
[2010-06-07 20:15:13 - ddms]Failed to reopen debug port for Selected Client to: 8700 [2010-06-07 20:15:13 - ddms]Address family not supported by protocol family: bind java.net.SocketException: Address family not supported by protocol family: bind at sun.nio.ch.Net.bind(Native Method) at sun.nio.ch.ServerSocketChannelImpl.bind(Unknown Source) at sun.nio.ch.ServerSocketAdaptor.bind(Unknown Source) at sun.nio.ch.ServerSocketAdaptor.bind(Unknown Source) at com.android.ddmlib.MonitorThread.reopenDebugSelectedPort(Unknown Source) at com.android.ddmlib.MonitorThread.run(Unknown Source)
[2010-06-07 20:15:17 - adb]Failed to parse the output of 'adb version'
I am running Eclipse Galileo, have the most recent Android SDK downloaded, and am running Windows Vista 32-bit SP2. I am sure that the Android SDK path is correct and that all the files are there.
I would appreciate any assistance anyone could provide.
P.S.--If anyone could direct me to any useful Android development resources, I would appreciate it
© Stack Overflow or respective owner