I am trying to import an eclipse project with version control system into Android Studio.
Support for direct eclipse project import was added in Android-Studio vers
Here is the step by step solution to do it.
git add . and git add -u in the root folder of the imported project to make sure all new files are added and existing file moves are detected by git.