Is there any tool that lists which and when some classes are effectively used by an app or, even-better, automatically trims JAR libraries to only provide classes that are b
You might try JarJar http://code.google.com/p/jarjar/
It trims the jar dependencies.