When Choosing File > Import... in Eclipse while working on an Android project, I'm presented with these options:
General
- Exisisting Projects into Workspace
- File System
- Existing Android Code into Workspace
Git
- Projects from Git
I'm clear about how to use "Project from Git" e.g clone from github to local, then import to workspace. But what is the correct use and usage scenario of the options under General? In particular, how is "Existing projects into Workspace" different from "Existing Android Code into Workspace"?