I just completed my android app. I want to clean up the unused layout files and other resource files such as images and drawables and strings which are not referenced in the actual code. How do I do that? Is there any option to do this in Android Studio?
You can able to remove unused resources by following way.
Analyze
> Inspect Code
and find Unused Declarations and Methods.
Android Studio -> Menu -> Refactor -> Remove Unused Resources.
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