Is it possible to import an existing Java project which is in my workspace, in an Android project which is also in my workspace? The Java project doesn\'t use stuff that is
I think you are talking about referencing other projects into the current project, if this is the case then you can do this by Right click on project, properties->Project Reference.