I'm trying to remove all unused resources from the project but seems like this feature doesn't work for that project. I've tried to remove unused resources from another project and it worked fine. I also added some dummy string to my project to check if it will work but it didn't. Any ideas why this feature doesn't work?
Asked
Active
Viewed 2,081 times
3
-
See also: [Remove all unused resources from an android project](https://stackoverflow.com/questions/6373482/remove-all-unused-resources-from-an-android-project) – Richard Le Mesurier Mar 23 '22 at 05:45
1 Answers
2
Try to use this: Analyzed -> Run Inspection by Name. and then find unused resourced:
This will find your unused resources and then you can delete them

Evyatar Cohen
- 292
- 1
- 9
- 25