You can easily find unused resources from Android Studio. Just press Ctrl + Alt + Shift + i and enter “Unused resources” (without quotes). This will perform the lint. A super easy way to run lint commands (and other things from the IDE).
OR
In Android Studio → Menu → Refactoring → Delete Unused Resources ...
Select the resources you want to delete. You can exclude resources that you want to save by right-clicking on a resource element.
Use Do Refactor to delete all resources at once.
Update: use cmd+ Alt+ Shiftfor mac