Can I have Eclipse adding my string resources as I code or do I have to switch to string.xml all the time and add each string?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Eclipse will sort of do it for you. So if you have a field:
Select “hello” and then goto Refactor–>Android–>Extract Android String, Eclipse will change the line to:
and automagically add the line to strings.xml as:
JAL