Thank you for your reply. I want to know how to use <add-resource>, but I didn't find the information about <add-resource>. So, I read aapt's source, and I guessed how to use <add-resource> . I wrote below code to string.xml.
<add-resource type="string" name="foo">Hello World</add-resource> Building string.xml was procceeded. Is is correctly? By the way, where is the information about resource xml tag (e.g. <add- resource>)? I don't want to read aapt's source further, whenever an error happening. Regards. -- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting
