Hi.
When we attempt to publish a Xamarin Forms application targeting Android API Level 16 or below, we get this error:
/Library/Frameworks/Mono.framework/External/xbuild/Xamarin/Android/Xamarin.Android.Common.targets: Error: Error executing task LinkAssemblies: error XA2006: Reference to metadata item 'System.Void Android.Views.View::set_TextAlignment(Android.Views.TextAlignment)' (defined in 'Xamarin.Forms.Platform.Android, Version=1.2.2.0, Culture=neutral, PublicKeyToken=null') from 'Xamarin.Forms.Platform.Android, Version=1.2.2.0, Culture=neutral, PublicKeyToken=null' could not be resolved. (EvalUate.Android)
We are running the latest Xamarin.forms from NuGet and it happens in Xamarin Studio both on Mac and Windows.
Thanks.