I have three projects in my eclipse workspace:
EventKitchenCore
EventKitchenDesktop
EventKitchenAndroid
EventKitchenCore
contains all the core functionality, and EventKitchenDesktop
and EventKitchenAndroid
are essentially just different user interfaces.
I have EventKitchenCore
added and working as a library in EventKitchenDesktop
, however I am unable to figure out how to add it as a library to EventKitchenAndroid
.
How do I do this? It would be a pain in the tush to have to export as a jar in the lib
directory every time I make a change...
I tried adding the Core project in Properties > Java Build Path > Libraries
and Properties > Android > Library
, but no luck :\
Update - for now, I got it working by exporting the core project as a jar in the libs folder. However I make frequent changes, and like I said, it's a pain in the tush.