Android: is there an easy way to find all the Strings in my project?

前端 未结 6 1833
既然无缘
既然无缘 2021-02-19 15:49

I want to scan my Android project for all hardcoded Strings so I can localize the project, putting the Strings in strings.xml. I see an option in Eclipse to \'Externalize String

6条回答
  •  故里飘歌
    2021-02-19 16:28

    Just configure eclipse to show all the string in code: Configuring eclipse to complain for hard coded strings for android xml preferences

    And replace them one by one with eclipse refactor

提交回复
热议问题