I've got some sources that do not depend on android. I want to use them as a library in android app projects as well as in non-android java projects. In Eclipse, I don't seem to find the right buttons to make this work. I have read about integrating jars in my project but thats not what I want. I need the sources to be used, not a resulting library. The lib is still under development and I don't want to have to recompile it, export it as jar and copy it into the host project everytime something is changed! Also I dont want to copy the library sources somewhere. I just want to use those exact sources in one development project as well as in another one. In .NET this is a no brainer. After what I googled, in Eclipse this is between hard and impossible.
I would appreciate further ideas on what to do or what to expect!