Failed to parse the output of 'adb version'?

后端 未结 9 1853
后悔当初
后悔当初 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:34

    If you have comodo internet security installed, you dont have to shut this feature down:

    1. run comodo settings
    2. defense+
    3. list active processes
    4. add adb.exe to trusted processes
    5. restart server: run "adb kill-server" "adb start-server"

    EDIT: For user of Comodo 6.x

    1. Open Comodo
    2. Click Tasks Icon at right top
    3. Click Advanced Tasks
    4. Click Open Advanced Settings
    5. Select Security Settings --> File Rating --> Trusted files from left panel
    6. Click on the upward arrow icon at the bottom
    7. Click Add --> add the adb.exe

    there you go :) Hope this helps

提交回复
热议问题