也许你们其中一位伟大的神/女神可能会认为它适合像我一样帮助一个人。
如果我使用
String myNewAppId = "34";
我很好。 如果我使用
String myNewAppId = this.getString(R.string.appid);
或
String myNewAppId = getResources.getString(R.string.appid);
将strings.xml文件设置为
<string name="appid">34</string>
我没有显示错误但是我因nullpointerException崩溃了。
答案 0 :(得分:0)
有时Eclipse不会更新字符串资源。尝试手动清理和重建项目以强制更新。