Как видно из названия, моя проблема в том, что я не знаю, если / как я могу использовать строковый ресурс в строковом ресурсе в string.xml.
<string name="projectname">Include Test</string>
<string name="about">@string/projectname is to test if you can use a String Resource in a String Resource</string>
Мой вопрос, если кто-нибудь знает, могу ли я написать
<string name="identifier">@string/other_identifier</string>
потому что Eclispe говорит
error: Error: No resource found that matches the given name (at 'other_identifier' with value '@string/other_identifier eingeben...').