Hello everyone.
Great job on the Xamarin.Forms, very easy to use, very quick too.
Got one issue though, while using Linker to package an Android APK.
The "LinkAssemblies" task failed unexpectedly.
Xamarin.Android.XamarinAndroidException: error XA2006: Reference to metadata item 'Android.Text.InputTypes Android.Widget.SearchView::get_InputType()' (defined in 'Xamarin.Forms.Platform.Android, Version=1.1.1.0, Culture=neutral, PublicKeyToken=null') from 'Xamarin.Forms.Platform.Android, Version=1.1.1.0, Culture=neutral, PublicKeyToken=null' could not be resolved.
at Xamarin.Android.Diagnostic.Error(Int32 code, String message, Object[] args)
at Xamarin.Android.Tasks.LinkAssemblies.Execute()
at Microsoft.Build.BackEnd.TaskExecutionHost.Microsoft.Build.BackEnd.ITaskExecutionHost.Execute()
at Microsoft.Build.BackEnd.TaskBuilder.d__20.MoveNext()
It clearly means something isn't right on the Xamarin.Forms.Platform.Android, and yet I haven't touched it.
In the NuGet Packages installed, i have the Xamarin.Forms, The Xamarin Forms Labs Core, ExifLibPCL and a Xamarin Support Library v4 on Android if it helps.