Re: [mono-android] Strip AndroidLibraryProjects

2012-06-27 Thread tsukrov
DONE: https://bugzilla.xamarin.com/show_bug.cgi?id=5885 -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/Re-Strip-AndroidLibraryProjects-tp5710536p5710614.html Sent from the Mono for Android mailing list archive at Nabble.com. ___

Re: [mono-android] Strip AndroidLibraryProjects

2012-06-26 Thread Atsushi Eno
", fat resources are there. "Sdk & user" strips everything properly. -Original Message- From: monodroid-boun...@lists.ximian.com [mailto:monodroid-boun...@lists.ximian.com] On Behalf Of Jonathan Pryor Sent: Dienstag, 26. Juni 2012 16:39 To: Discussions related to Mono

Re: [mono-android] Strip AndroidLibraryProjects

2012-06-26 Thread Jonathan Pryor
On Jun 26, 2012, at 12:00 PM, Tsukrov Stanislav wrote: > Thanks for your answer. > > I'm still observing another behaviour with 4.2.2. If I link "Sdk only", fat > resources are there. "Sdk & user" strips everything properly. This sounds like a bug. :-( Could you please file a test case at bugzi

Re: [mono-android] Strip AndroidLibraryProjects

2012-06-26 Thread Tsukrov Stanislav
an.com] On Behalf Of Jonathan Pryor Sent: Dienstag, 26. Juni 2012 16:39 To: Discussions related to Mono for Android Subject: Re: [mono-android] Strip AndroidLibraryProjects On Jun 26, 2012, at 8:18 AM, tsukrov wrote: > How can I strip AndroidLibraryProjects from the pure resource Java Bind

Re: [mono-android] Strip AndroidLibraryProjects

2012-06-26 Thread Jonathan Pryor
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 docum

Re: [mono-android] Strip AndroidLibraryProjects

2012-06-26 Thread tsukrov
The pure resource assemblies can be completely striped from the apk, since they are not really referenced. -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/Strip-AndroidLibraryProjects-tp5710531p5710532.html Sent from the Mono for Android mailing list archive at Nabb

[mono-android] Strip AndroidLibraryProjects

2012-06-26 Thread tsukrov
How can I strip AndroidLibraryProjects from the pure resource Java Binding Library assemblies? I would like to pack a lot of shared resources in the JavaLib project. Unfortunately Xamarin packs them twice. Once as normal android resources and once as zip in .net resources. How to strip them?