I have a workspace with 6 projects. All of the projects except the main one, are marked as libraries.
I need to configure the main project to build without build path errors and to include the jars of the other 5 in the apk.
How can this be done?
I have a workspace with 6 projects. All of the projects except the main one, are marked as libraries.
I need to configure the main project to build without build path errors and to include the jars of the other 5 in the apk.
How can this be done?
If you're looking to produce a runtime jar with the other libs rolled in I suggest you look at maven to manage your dependencies and builds.