Hi, all.

I tried to create SDK addon.
I put mystrings.xml at vendro/sample/frameworks/base/core/res/res/
values.
And, I wrote PRODUCT_PACKAGE_OVERLAYS in sample_addon.mk
So, I did below command.

   $ make PRODUCT-sample_addon-sdk_addon

But, below error ocuured and make stopped.

   Resource at foo appears in overlay but not in the base package; use
<add-resource> to add.

What error?
I did not found informations about this error on web.
Are there someone who have same problem?

Below is mystrings.xml.

------------------
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
    <string name="foo">Hello World</string>
</resources>
------------------

Regards.
-- 
unsubscribe: [email protected]
website: http://groups.google.com/group/android-porting

Reply via email to