I properly set languages and folders for es, en, it and fr. Now I need to set values folder for catalan and I did it as “values-ca-rES”. However, eclipse creates a file called strings.out.xml and generates an error. What I am missing? thank you
Share
In Eclipse when you click icon Run then it will ran the file which you have selected in Package Explorer.
Just delete “strings.out.xml” and be assure you have clicked your Root Folder(Project Name) from Package Explorer while running the App.
You are Running Project with selection of String.xml like this
So just make your selection to the Root Folder(SimpleDemo in my case).
