I have been working on a project in Android studio. My teammates need to run it in Eclipse. As there is no manual way to migrate back to Eclipse from Android studio, I followed these instructions: How to import Android Studio project in Eclipse?
I now just get "R cannot be resolved as a variable" errors. Any ideas why? I made a new Eclipse Android project and I copied the java classes, manifest, and res folder. I then refactored the project name to make sure it was correct.
Any ideas?