I'm trying to import an android project from github into ADT Eclipse but it doesn't find any projects in the repository when I clone it. The repo is clearly an android application project (from looking at the source) but no project is found to import. My steps are as follows:
In "Package explorer" right-click and select "Import"
Import project from Git.
Enter uri: https://github.com/moagrius/MapViewDemo
Just import master.
When cloning is done the following dialog shows up:
- When choosing "Import existing projects" the below dialog shows:
Why are no projects found to import!? How can I import the projects into eclipse?
Thanks for help!