How to delete an unused string resource for all configurations in Android Studio?

后端 未结 8 1010
小鲜肉
小鲜肉 2020-12-09 01:41

I\'ve found an unused string resource, like:

my name is null!

However it is in tens of

8条回答
  •  旧巷少年郎
    2020-12-09 02:39

    In fact, Android Lint should report about the unused resources, but you can also try with this nice plugin.

提交回复
热议问题