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
turned off COMODO Defense+ module and all worked....
Two options to solve this problem on windows:
Option 1:
Option 2:
Problem should be solved.
If you have comodo internet security installed, you dont have to shut this feature down:
EDIT: For user of Comodo 6.x
there you go :) Hope this helps
I messed with all the solutions provided above, but I found another one-
Try launching eclipse with administrator privileges
RUN AS ADMINISTRATOR
hope it'll do the job.
force to start sdk manager several times (try directly from the file explorer). when you could do that comodo may send a mesage. allow the issue. then start again the sdk manager and update. update eclipse then.
As illustrated by this thread, you may need to kill an exisiting abd
process, or unblock the 5037 port (remnants of previous adb
start attempts).
Try closing Eclipse, issuing a '
C:\Users\Mohit\Documents\AndroidSDK\tools kill-server
' command from terminal and retrying.
If that still doesn't work, you could try opening Activity Monitor to see if there are any existing adb processes running, and kill them.Hi, it's OK now, I'saw with the
nestat - a
command line that theer was several processus on the 5037 port. The port wich serves for the emulator.
Thanks