On Jun 26, 2012, at 8:18 AM, tsukrov wrote: > How can I strip AndroidLibraryProjects from the pure resource Java Binding > Library assemblies?
I don't believe that you need to worry about the duplication, as there isn't any actual duplication (iirc). Obviously this is something we need to document better (entirely?)... For Java Library Projects, Resources are "duplicated" in two places, as you noticed: within a directory, and as a resource within the assembly. This is so that you can deploy just the assembly instead of zipping up a directory structure for publishing bindings: provide a .dll, and the resources are automatically extracted. If you reference a project instead of the assembly, then the resources on-disk are used instead of re-extracting from the assembly. Either way, when packaging the application the resources will be _removed_ from the assembly, so your final app will only have one copy of the resources: the aapt-generated copy. You don't need to separately strip them. Thanks, - Jon _______________________________________________ Monodroid mailing list Monodroid@lists.ximian.com UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid