On Jul 24, 2012, at 5:45 AM, Goncalo Oliveira <gonc...@minkan.net> wrote: > Let me see if I get this straight. I do have an additional project that is > referenced by the application. It's basically the data model classes. I need > to add the "[Android.Runtime.Preserve(AllMembers=true)]" attribute to the > classes in this assembly in order to avoid the linker to "eat up" its > references? Either that or the weird falseflag method?
Generally you should start with "Link SDK Assemblies". Using the "Link All Assemblies" option is for the insane. If Link SDK Assemblies fails, it's generally because the linker isn't smart enough to preserve SDK members that you're using. Using [Preserve] won't help (no source!), so you'd want to use falsflag or linkskip. - Jon _______________________________________________ Monodroid mailing list Monodroid@lists.ximian.com UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid