[android-porting] add new resource to SDK addon

2010-01-20 Thread dnak
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 f

Re: [android-porting] add new resource to SDK addon

2010-01-20 Thread Dianne Hackborn
Your overlay is introducing a new resource into the platform that doesn't already exist. As the error message says, you need to use to tell it this is okay. On Wed, Jan 20, 2010 at 5:34 AM, dnak wrote: > Hi, all. > > I tried to create SDK addon. > I put mystrings.xml at vendro/sample/framework