Multiple annotations found at this lineってエラーが出た!

res/values/strings.xml にこんな感じの Stringの Format文字列を入れてみた。

<string name="test_format">%s (%s) is loaded.</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

というわけで、今回はこのエラーメッセージの対処についてメモ。