Failed to parse the output of 'adb version'?

后端 未结 9 1848
后悔当初
后悔当初 2020-12-06 04:53

I am running Windos 7 and Eclipse 3.5 and I don\'t know why I keep getting this error. When I try run the program it gives me:

[2010-02-13 23:09:41 - HelloAn         


        
9条回答
  •  既然无缘
    2020-12-06 05:30

    Two options to solve this problem on windows:
    Option 1:

    1. Close the eclipse, if it is running.
    2. Run the command prompt.
    3. Go to the tools location of the android sdk.
    4. run 'adb kill-server'
    5. then run 'adb start-server'.
    6. start the eclipse.

    Option 2:

    1. Open the task manager.
    2. kill the adb process.
    3. start the eclipse.

    Problem should be solved.

提交回复
热议问题