1

I have an existing project in Eclipse without the Android manifest, which i need in order to import it into Android Studio. How do I get that manifest?

Vedobert
  • 11
  • 1

1 Answers1

0

Try this: In Android Studio create new project and give it the same package name as has your project in Eclipse, for example com.example.myapplication, then copy AndroidManifest.xml to your Eclipse project then import it in Android Studio.

If something is missing you will have to add it in your AndroidManifest.xml

Pavel Kostal
  • 221
  • 5
  • 13