Eclipse Hangs in DDMS post-create init

Pawan picture Pawan · Dec 30, 2011 · Viewed 15.6k times · Source

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.

enter image description here

Answer

Kekoa picture Kekoa · Jan 5, 2012

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.