I want to be able to clone a project into my workspace, and than import it into Eclipse. When I choose "Import"->"Import existing Android code into workspace", I get:
Invalid project description. [ProjectName] overlaps the location of another project: [ProjectName]
When I choose "Import"->"Existing projects into workspace" I get nothing to import (because I keep only the "res" folder, "src" folder and AndroidManifest.xml files in the git repo.
Any solution that involves copying the repo outside the workspace and importing it will not work since I want it to be cloned into my workspace.
How can I achieve what I'm trying to do?