Eclipse Stucked at Android SDK Content Loader

Many time we see that Eclipse hangs at the time of android sdk content loading. This is very general problem comes when you force shutdown your eclipse prior saving workspace.

It wont fix until you create new workspace  and import your Application source code to it. It takes around 1 2 hours. I faced the same issue and search around the google found very god command to get rid of it.

Open your Terminal (Mac or Linux user )

$ cd workspace/.metadata/.plugins/org.eclipse.core.resources/.projects 
$ rm -rf *
And Restart you eclipse again. 
Go to you workspace -> .metadata-> .plugins-> org.eclipse.core.resources-> .projects 
then type 'rm -rf *' command to clean workspace. I don't lost your project so dont worry .
Previous
Next Post »