I am trying to \"import existing project into workspace\". As the \"root directory\" I select the directory where all my .java (and .class) files are located. Eclipse writes
If you don't have I just have .project and .classpath files in the directory, the only way that works (for me at least) with the latest version of Eclipse is:
File -> New -> Project... -> Android -> Android Application Project -> Next >src file in the Package ExplorerGeneral -> File System -> Next >Browse to your project, select the necessary files, hit FinishAfter this, you should have a project with all your existing code as well as new .project and .classpath files.