I have a shared project that I'd like to split up in Eclipse. It's an android shared library which some packages should just be jar files others need to be smaller shared libraries.
What is the best way to handle this other than manually creating smaller projects?
Also is there a way to create a script to create exported jar files from eclipse if I gave it a project path?