我试图在'array.xml'中创建字符串数组。
<string-array name = ""></string-array>
并且名称中的值与我保存在SharedPreferences中的值相同。
就像有一个“ hello”和“ world”按钮一样,当我按下hello时,
字符串“ hello”保存在SharedPreferences中。
然后我尝试通过保存的名称引用字符串数组。
还有
String [] name = res.getStringArray();
呼叫em。
但是无法通过R.array调用它。~~
有人可以帮助我吗?