I just created a new android project and prepared the basic structure for it. Eclipse is telling me that it couldn’t resolve any strings, even the standard "hello" or "app_name" strings :O Restarting the IDE didn’t help. Any suggestions? A screenshot can be found here
I just created a new android project and prepared the basic structure for it.
Share
I noticed that in your project, there is no
valuesresource folder. The resource in the folder with the suffix of-de,-enwill be applied when the language on the device is German, UK, but the default folder should not be deleted. Try to add thevaluesfolder and correspondingstring.xmlto the project.