[mono-android] Linker crashing "Failed to resolve System.Console setforegroundcolor"
Jonathan Pryor
jonp at xamarin.com
Wed Oct 3 22:58:05 UTC 2012
On Oct 3, 2012, at 6:53 PM, Liam Houlahan <liamhoulahan at gmail.com> wrote:
> Now when I try to build the application for release linking the assemblies the linker is crashing with the following error:
The Mono for Android profile doesn't provide System.Console.ForegroundColor. Neither does Silverlight, nor .NET For Windows Store apps:
http://msdn.microsoft.com/en-us/library/windows/apps/hh454070.aspx
> The only third party library that I am using is DotNetZip.
You need to build DotNetZip from source against the Mono for Android profile assemblies.
- Jon
More information about the Monodroid
mailing list