Find and replace Android studio

后端 未结 10 1633
南旧
南旧 2020-12-07 08:18

Is there a way to find and replace all occurrences of a word in an entire project( not just a single class using refactor -> rename) and also maintain case, either in androi

10条回答
  •  Happy的楠姐
    2020-12-07 08:31

    If you use refactor->rename for the name of the file, everywhere the file is used in your project the refactor will replace it.

    I have already rename variables, xml file, java file, multiple drawable and after the operation I could build directly without error.

    Do a back-up of your project and try to see if it work for you.

提交回复
热议问题