I am importing eclipse project into android studio. But after importing my project does not properly compile in android studio because it does not contain AndroidManifest.xml and other files which help to compile the project. So, anyone suggest me to run my eclipse project into android studio.
Asked
Active
Viewed 62 times
1
-
1How did you import the project? – Eselfar Oct 18 '17 at 09:28
-
which files are missing? – Amrut Bidri Oct 18 '17 at 09:32
-
Try using this https://developer.android.com/studio/intro/migrate.html – Thamsanqa Mahlaola Oct 18 '17 at 09:47
-
1Possible duplicate of [Migrating Eclipse to Android Studio with missing build.gradle](https://stackoverflow.com/questions/27929277/migrating-eclipse-to-android-studio-with-missing-build-gradle) – Vishal Yadav Oct 18 '17 at 13:07