在 Gingerbread 发布后,我将 ADT 更新到了最新版本。现在
<string name="date_format">%d:%d %s</string>
显示以下错误
Multiple annotations found at this line:
- error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false"
attribute?
- error: Unexpected end tag string
以前的 ADT 版本运行良好。难道我做错了什么?每当有超过 1 个格式说明符时,我都会收到此错误。