私はEclipse 3.7.2を使用しています。
理由はわかりませんが、最後の行でエラーが強調表示されます
<string name="app_name">Test</string>
<string name="title">@string/app_name</string> <!-- works //-->
<string name="txt_text">Checkout @string/app_name this works</string> <!-- works //-->
<string name="txt_recommend">@string/app_name is not working</string> <!-- error //-->
回避策はありますか?