Is there any Eclipse plugin that takes strings from code and puts them in strings.xml? I found "Externalize strings" function in Eclipse, but I don't know how to get it to work with strings.xml.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
Use Refactor in Eclipse:
The string will be moved to strings.xml and the call to |
|||||||||||||||||||||
|
|
You can also position your cursor over the string literal and press ctrl+1. Then choose "externalize" by the android icon. |
|||
|
|
