Please support Android 28.0.0 or ai can't update xamarin.Android at 28.0.0 for my project
None
None
None
None
None
What issue are you seeing. It will work just fine with Support 28.
You may want to install CustomTabs NuGet manually to sync up versions.
during update Xamarin.Android 28.0.0 i get this Visual studio 2017 error:
[MyProjectName] -> Xamarin.Android.Support.v7.MediaRouter 28.0.0 -> Xamarin.Android.Support.v7.Palette 28.0.0 -> Xamarin.Android.Support.Compat (= 28.0.0)
[MyProjectName] -> Xamarin.Essentials 1.0.0 -> Xamarin.Android.Support.CustomTabs 27.0.2.1 -> Xamarin.Android.Support.Compat (= 27.0.2.1). [MyProjectName].Android
So yeah, please first install
Xamarin.Android.Support.CustomTabs 27.0.2.1
Then you can update to 28.0.0 gracefully. See: https://redth.codes/how-to-fix-the-dreaded-version-conflict-nuget-error-in-your-xamarin-android-projects/
Most helpful comment
So yeah, please first install
Xamarin.Android.Support.CustomTabs 27.0.2.1
Then you can update to 28.0.0 gracefully. See: https://redth.codes/how-to-fix-the-dreaded-version-conflict-nuget-error-in-your-xamarin-android-projects/