I\'ve found an unused string resource, like:
my name is null!
However it is in tens of
Until IDE support comes along, something along these lines will work:
find -name strings.xml|xargs -rd\\n sed -ri '/"string_to_delete"/d'