I want to migrate from Eclipse to Android Studio. The import works fine, but the file structure is different after import. I followed the steps in this thread, and copied the .git directory in the root of the newly imported Android-Studio project. But git does not seem to recognize my "moved" source files but lists them as deleted and also as new files.
Old structure:
MyApp
|--src
|--com.myapp
New structure:
NewApp
|--_myApp
|--src
|--main
|--java
|--com.myapp
Is there any I can tell git to find my files without manually doing it?