Is there a way in Android Studio to see unused resources?
For example, I have a large list of drawables, say icons, and I want to know if there are any that are not used in my app so that I can delete them. Is there a way to see that?
I'm on Mac.
Try this in command line:
lint --check UnusedResources <project_directory>
I found these two tools useful
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With