I have an Android Library Project in my Eclipse workspace, that I use as a unique toolbox. By chance(1), I just discovered that resources from the library (xml animations, xml l
Proguard can strip unused code.
But it won't do anything about unused resources and it'll also obfuscate your code. You have to give it some thought before using it.