I\'m in need of creating the minimal jar of utils library for use in Android. I\'m using some methods from apache commons libraries (such as IOUtils, Stri
IOUtils
Stri
I guess if you use Eclipse to JAR the project it gives some options to do that while JARing :) Maybe it will be useful.
Also you can collect your used library classes under a custom library and include this user created library in the project.