I've carefully followed the very clear advice given on this subject by Gunar at: Add a non-Android library project to an Android app in Eclipse but I still get class-not-defined errors. I'm using an ordinary Java desktop project (not an Android project) as the library and it is resident in Eclipse's workspace. My Android project can "see" classes and interfaces in the library project and it compiles and loads to the emulator but crashes as soon as a class or interface in the library project is referenced. I do not have a jar for the library project but thought that Eclipse/ADT would find it's source in the workspace. I'm obviously wrong.
Must I have the library project in jar form?
I have loaded the latest SDK tools etc in ADT.