Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Deleting xml strings in Android

I have on this moment too many xml string values. I started to delete the ones I don’t use, but this is quite hard (I don’t really know which I do use, and witch I don’t). Is there a function in eclipse that can do this for me, or help me whit it? (Like some call hierarchy)

like image 926
Michiel Bijlsma Avatar asked Dec 07 '25 02:12

Michiel Bijlsma


1 Answers

Android Lint should be able to help you with this.

On the website it states that it can do following things:

Missing translations (and unused translations)
Layout performance problems (all the issues the old layoutopt tool used to find, and more)
Unused resources
Inconsistent array sizes (when arrays are defined in multiple configurations)
Accessibility and internationalization problems (hardcoded strings, missing contentDescription, etc)
Icon problems (like missing densities, duplicate icons, wrong sizes, etc)
Usability problems (like not specifying an input type on a text field)
Manifest errors
like image 139
D-32 Avatar answered Dec 08 '25 16:12

D-32



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!