I have a huge Android project with many strings declared in strings.xml. I wanted to remove unused strings in strings.xml.
strings.xml
Is there any easy wa
Here is another solution that is fairly easy. In the Android Studio menu go to
Refactor > Remove Unused Resources....
Click Preview to see what the unused resources are and selectively remove them.