Re: [mono-android] Linker problems

2011-09-19 Thread Vladimir Dimitrov
To: Discussions related to Mono for Android Subject: Re: [mono-android] Linker problems You can use the Preserve attribute to tell the linker not to remove something: http://android.xamarin.com/Documentation/Linking On Mon, Sep 19, 2011 at 7:26 AM, Vladimir Dimitrov wrote: I am still

Re: [mono-android] Linker problems

2011-09-19 Thread Greg Shackles
You can use the Preserve attribute to tell the linker not to remove something: http://android.xamarin.com/Documentation/Linking On Mon, Sep 19, 2011 at 7:26 AM, Vladimir Dimitrov wrote: > I am still evaluating the monodroid and so far I managed to work around > most problems but there is somethin

[mono-android] Linker problems

2011-09-19 Thread Vladimir Dimitrov
I am still evaluating the monodroid and so far I managed to work around most problems but there is something with the linker that is causing types that I don't refer directly but instead create using reflection to fail. The problem seems to be that the linker is simply not including them in the res