Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Failed to parse the output of 'adb version'?

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 - HelloAndroid]The connection to adb is down, and a severe error has occured.
[2010-02-13 23:09:41 - HelloAndroid]You must restart adb and Eclipse.
[2010-02-13 23:09:41 - HelloAndroid]Please ensure that adb is correctly located at 'C:\Users\Mohit\Documents\AndroidSDK\tools\adb.exe' and can be executed.

I even tried runing Eclipse and adb.exe as admin. What is going on? How can I fix this and start making Android apps?

like image 818
Mohit Deshpande Avatar asked Feb 14 '10 04:02

Mohit Deshpande


3 Answers

turned off COMODO Defense+ module and all worked....

like image 129
Cool Khan Avatar answered Nov 19 '22 18:11

Cool Khan


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

like image 28
John Rumpel Avatar answered Nov 19 '22 18:11

John Rumpel


Yes i had the same problem after i had did the update,

however, i have just fixed it :) TO FIX THE PROMBLEM:

in folder: \android-sdk-windows\ go to folder \platform-tools ; copy the files and paste in to folder \tool

Restart the Eclipse

like image 12
LTEHUB Avatar answered Nov 19 '22 16:11

LTEHUB