0

I was wondering if it was possible to edit a string saved in the strings.xml file. If you can then how do you do this. So far I cannot see that you can but I am new to android.

Nick
  • 2,593
  • 3
  • 30
  • 59
  • 1
    Its not possible, Android .apk file is Read-Only.. – user370305 May 18 '12 at 11:11
  • 1
    No you can't. Read this [http://stackoverflow.com/questions/2069671/how-to-change-string-resource-xml-values-in-android-programatically][1] [1]: http://stackoverflow.com/questions/2069671/how-to-change-string-resource-xml-values-in-android-programatically – st4ck May 18 '12 at 11:11

1 Answers1

2

NO. You can't edit your res folder. The data what you have in your apk file is read only. You can't edit it on the go.

Andro Selva
  • 53,910
  • 52
  • 193
  • 240