After updating my project to the newest Xamarin.Forms package, I've started to get the following error during Debug builds on my Xamarin.Forms PCL solution's Android project. The error is:
/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.Widget.AbsListView::SetSelectionFromTop(System.Int32,System.Int32)' (defined in 'Xamarin.Forms.Platform.Android, Version=1.4.0.0, Culture=neutral, PublicKeyToken=null') from 'Xamarin.Forms.Platform.Android, Version=1.4.0.0, Culture=neutral, PublicKeyToken=null' could not be resolved. (MyDataFeed.Droid)
My full build log is here: http://pastebin.com/YaPcSwi4
This happens regardless of how I link assemblies. I am targeting API 19 as latest/target version, and API 17 as minimum.
Can anyone shed some light on this? Thanks in advance!