I've created a little app in Android Studio based on Google Maps, but now I want to upgrade it and I want to work in Eclipse (I find it easier). The problem is, when I try to open an existing project in Eclipse (that project), it doesn't find the .java files or the .xml at that address, but it works perfectly fine in Android Studio.
Do I have to rewrite all the code in order for it to work in Eclipse?