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.
___
", 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
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
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
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
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
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?