From last two days, eclipse started showing wired behaviour. Its goes in infinte process of DDMS post-create init, And if i try to run the application then Eclipse got hanged. I have tried to install from scratch with eclipse 6.2 and eclipse 7.0, but No luck. Is anybody else facing this problem, and got any solution then please share with me.
I had this problem, it was due to the presence of the file .lock
in the .metadata
folder of my workspace.
I don't know if this is your problem, but closing eclipse and deleting the .metadata\.lock
file from your workspace, worked for me.