ringa_lee2017-04-17 17:36:09
android studio has several such plug-ins, such as Android Lint, which can detect useless resource cleaning, wrap Strings, image codes, etc. as has many powerful plug-ins
PHP中文网2017-04-17 17:36:09
The simplest one is to right-click the project and refactor --》remove unused resources
PHPz2017-04-17 17:36:09
The functions that come with android studio have been mentioned above.
Please pay attention to the built-in function of remove unused resources to delete resources used by third-party dependencies
Suggestion: gradle lint command, and then delete it manually