How to import Android Studio project in Eclipse?

前端 未结 3 1054
时光取名叫无心
时光取名叫无心 2020-11-30 03:15

i have made a project in Android Studio , now i want to import that project into Eclipse, there are options to convert eclipse to Android Studio , but how to convert Android

3条回答
  •  情书的邮戳
    2020-11-30 03:31

    As the others say, a full import is not possible, but just try a manual 'import'. The key files for an Android project are the Java sourcecode (src directory), the resource XML files and the Manifest. Just create a new Android project in Eclipse and simply copy these files over. You may have to create a new package structure, so construct the necessary packages and copy each sourcefile over and refactor the package name if necessary. If you use any additional libraries, you may have to manually import them as well.

提交回复
热议问题