Eclipse/adb error message in Vista “Failed to parse the output of adb version”

后端 未结 4 1918
故里飘歌
故里飘歌 2021-01-20 15:49

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 t

4条回答
  •  佛祖请我去吃肉
    2021-01-20 16:28

    I did address the "Failed to parse the output of 'adb version'".

    But when happening in conjunction with "Failed to reopen debug port for Selected Client to", you might need to:

    • check your "C:\WINDOWS\system32\drivers\etc" and make sure it contains "127.0.0.1 localhost" (see this thread)
    • or check the ACL of that same file (this thread)

    Note: the Android-developer blog has actually mentioned Stack Overflow as a good resource for Android questions;)

提交回复
热议问题