Create a new string array resource using the Localization Files Editor.
<string-array name="myKey"> <item>the first entry value goes here</item> <item>the second entry value goes here</item> <item>the third entry value goes here</item> </string-array>
Note that after creating a new string array a warning icon () appears to the left of each key, indicating that the
default strings file does not yet have a value defined for these keys.