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
On Android Studio:
Menu -> Analyze -> Run Inspection by Name -> Unused resources
Check File mask(s) checkbox and put strings.xml in the text field.