Hi I have an app that was first developed with the initial versions of MonoDroid.
I have since updated it as it was crashing on launch in the newer versions of Android (3.0 +). The issues causing this were related to missing constructors. Now when I try to build the application for release linking the assemblies the linker is crashing with the following error: /Users/liam/Projects/crash/crash/App.MonoDroid/App.MonoDroid.csproj (SignAndroidPackage) -> /Library/Frameworks/Mono.framework/External/xbuild/Novell/Novell.MonoDroid.Common.targets (_LinkAssemblies target) -> /Library/Frameworks/Mono.framework/External/xbuild/Novell/Novell.MonoDroid.Common.targets: error : Error executing task LinkAssemblies: Failed to resolve System.Void System.Console::set_ForegroundColor(System.ConsoleColor) The only third party library that I am using is DotNetZip. Does anyone know what this error means and how I can go about fixing it? Thanks Liam
_______________________________________________ Monodroid mailing list [email protected] UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid
