Sorry if I\'m asking this the wrong way (if I am, let me know what I should be doing instead.) The site warned me not to leave this as an answer and I don\'t have enough rep
As others have noted there is a couple other answers which may solve your problem. However they did not work for me but I did manage to find a work around for my particular issue which may help someone.
I believe my issue was with the proxy server at work. While you can configure the proxy in the SDK manager you can't enter the credentials for it to save.
My workaround was to tether my work laptop to my phone WiFi hotspot when I started up Eclipse so it could bypass the work proxy, then use the normal work network after that.
Try this...
%USERPROFILE%, then open .android folder.cache folder and ddms config file from .android folder.this worked for me: (the third one always works but its possible the first two work too)
first try this approach:
shut down eclipse then go to YourWorkSpace\\.metadata\\.plugins\org.eclipse.e4.workbench and remove "workbench.xmi", now restart eclipse.
if the previous approach did not work try this one:
go to Users\YOUR_USER_NAME\\.android and then delete "ddms.cfg" and then restart eclipse.
if this one did not work either the final approach will help you which is:
1- before running eclipse go to your workspace and remove one project that is no longer needed (if you face this problem frequently try to import a project before closing the eclipse in order to remove it the next time you want to use eclipse again)
2-go to Users\YOUR_USER_NAME\\.android and then delete "ddms.cfg"
3- run eclipse and you are good to go
Do you have many project in you workspace?
if yes, make more workspaces for your project
I have 365 project in my workspace and i often stuck at 0%,then i try to move some project to new workspace. that has been solved!