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

后端 未结 8 1030
小鲜肉
小鲜肉 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:38

    Unfortunately, You have to do it manually.

    Check this answer to understand what exactly should you do to get rid of them using Eclipse

    If you are using Android Studio find them in the whole application and also remove manually .. Check this answer

提交回复
热议问题