Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Eclipse - No project visible in explorer

I am using Eclipse Helios 3.6.2 for android development. Today when I opened eclipse these is no projects visible in package explorer. Even though projects folders are present in directory. What can be reason for it? Is it missing some config file. How to make all projects in workspace visible again in explorer of eclipse.

Thanks

like image 748
anujprashar Avatar asked Feb 27 '12 05:02

anujprashar


1 Answers

Your project list is stored at:

`<workspace>\.metadata\.plugins\org.eclipse.core.resources\.projects\`

So you might want check that file to see if your projects are there. Sometimes selecting Top Level Elements -> Projects reveals additional projects that haven't been assigned a working set.

like image 50
triad Avatar answered Sep 24 '22 16:09

triad