AnimationNavigationPage icon indicating copy to clipboard operation
AnimationNavigationPage copied to clipboard

Error Running with Xamarin Forms 5 on Android only, works in iOS

Open dfarrNTST opened this issue 4 years ago • 1 comments

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

dfarrNTST avatar Feb 05 '21 14:02 dfarrNTST

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.

AaronBastian avatar Feb 11 '21 21:02 AaronBastian