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バージョンは正常に機能しました。私は何か間違ったことをしていますか?フォーマット指定子が複数ある場合は常にこのエラーが発生します。