I\'ve found an unused string resource, like:
my name is null!
However it is in tens of
In fact, Android Lint should report about the unused resources, but you can also try with this nice plugin.
In Android Studio 2.3 it's possible to remove all unused resources.
Refactor -> Remove Unused Resources...