Reputation: 524
I have my project in eclipse on my old computer. I now have a new one I put android studio on. Can anyone tell me how to get my project onto my new laptop with android studio from eclipse on my old computer? My new computer has android studio not eclipse.
Upvotes: 0
Views: 319
Reputation: 1064
First of all, you need to move the files to your new computer ;) then you have two possible approaches:
Check this tutorial for further help.
Upvotes: 1
Reputation: 2031
Just copy your project folder and pass it to your new computer. That's it. Eclipse keeps all project settings in a file inside the project folder. However, you might need to change a few paths when starting the project on your new PC if you have been using absolute paths.
Upvotes: 0