I cloned an android project from google code using Mercurial but there was no .classpath or .project files so eclipse doesn't even recognize the code as a project.
Does anyone know if there is there a simple way to import this project into eclipse?
(I was thinking that maybe I could edit these files from other projects and copy them over to this project but I don't know enough about the purpose of these files).