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
In Android Studio Press
Ctlr+Alt+Shift+i
Select -> Unused resources It shows you unused unused strings and icons.
Thanks Happy coding :)