我在eclipse ADT plugin.i下载一个开源项目(k9电子邮件客户端)从github.com。然后我将Android2.2.jar文件添加到项目的Reference库文件夹中,但我仍然面临语法问题,例如...
identity.setSignature(context.getString(R.string.default_signature));identity.setDescription(context.getString(R.string.default_identity_description));
每当我引用资源文件夹时,它会显示error..so,请帮助我。
发布于 2011-03-07 17:12:06
看起来您需要将strings.xml从其中一个values-LANGUAGE复制到res或values文件夹
https://stackoverflow.com/questions/5217748
复制相似问题