我正在使用Eclipse 3.7.2。Android字符串資源參考
我不知道爲什麼,但最後一行會導致錯誤highlightning
<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 //-->
有沒有解決辦法?
嘗試清理該項目。 – 2012-04-05 12:46:07
show xml and code – 2012-04-05 12:46:38
您可以粘貼app_name.xml文件的內容。目前尚不清楚,我們需要更多信息來幫助你。 – Xarialon 2012-04-05 12:47:58