I have a root directory with a number of android eclipse projects inside. They all have .project files, but eclipse does not seem to see them as eclipse projects? Does anyone know the reason why?
|
|
Cause for not importing projects in eclipse : Reason 1 : Project Structure Differs Reason 2 : Project Configuration files missing or not available Reason 3 : Project can be already exists in workspace Reason 4 : Don't have Proper and Standard Naming Convention |
|||
|
|
|
You have to import them manually
Here is a link to the eclipse help section on this |
||||
|
|
|
Follow these steps. Hope you have android sdk and ADT plugin for eclipse. File-->Import-->Android-->Existing Android code into workspace. Then import the projects from your root directory using Browse button. If you don't have ADT plugin definitely you never import your android projects. |
|||
|
|