What is the best way to manage projects in Eclipse for shared classes like DTO (java bean entities) or string tools, utils, when building an Android app using Google App Engine as backend ?
I know that if a project needs to be used as library for Android it has to be marked as "Is library" in project settings, but those classes will be compile with Davik VM right? So how can I use same classes without having duplicate projects, one for Android app, one for Java project ?