Error Running with Xamarin Forms 5 on Android only, works in iOS
Xamarin.Forms (5.0.0.1931) -- Requires Targeting and Compiling API 10 (Q) XForms.Plugin.AnimationNavigationPage (1.0.8)
error XA2002: Can not resolve reference: Xamarin.Android.Support.Fragment, referenced by FormsControls.Droid. Please add a NuGet package or assembly reference for Xamarin.Android.Support.Fragment, or remove the reference to FormsControls.Droid.
Have added the NuGet package Xamarin.Android.Support.Fragment and get the same error.
Could we get verification on this and if verified, an update to work with the latest Xamarin Forms 5 on Android? Or how to get around this?
Thanks
I am running Xamarin Forms 5 on Android, and am not having this issue.
I did have to install AndroidX.MediaRouter and AndroidX.Palette, but I believe that these issues are unrelated to the above issue.