Click here to Skip to main content
15,912,082 members
Please Sign up or sign in to vote.
2.11/5 (2 votes)
See more:
Hi All,

I want to migrate my project developed in android studio into eclipse. please give me a solution for it.
Posted

1 solution

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.

It is the answer copied from other user in other forum which I saw a month ago when my friend was searching it. TRY it out
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900