Is there a tool to find unused resources in an Android project? -


i'd find unused resources in android project - includes strings, ids, drawables, integers etc.

does tool exist (preferably eclipse)?

if use intellij, has android support in free community edition, can opening generated r.java file (gen/r.java). unused resources marked warning not being referenced anywhere in project.

i'd surprised if eclipse doesn't same thing.


Comments