Hi, I'm working on an SDK addon that includes custom view classes and layout attributes that are in a custom namespace (not the 'android' package). Is there a way to include the resources in an add-on jar so that the new attributes will be automatically picked up by aapt?
>From what I can gather, aapt only includes resources from the base android.jar by default, and you have to use the -I option to specify additional apks from which resources should be included (not feasible when using Eclipse). Should the SDK manager automatically take of this when building apps against an add-on? Thanks, Shard -- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting
