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
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