Deleted entries from R.string and now all strings are wrong?
I've had this issue before but was able to revert to a previous backup - this time no such luck.
I deleted a key entries in the R.strings.xml and now all the strings in my program 开发者_如何学运维are incorrect as if the memory address has changed and its retrieving them in the wrong order -- is there as simple fix to this besides inserting an older copy of strings.xml??
Probably problem of generated R.java and id's stored there.
Try:
1) delete gen folder in Package explorer, Exlipse will shortly recreate this (rebuild resources and string id's)
2) Use Menu->Project->Cleanup to completely rebuild your project.
精彩评论