You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 20, 2023. It is now read-only.
With Xamarin.Android.Support.Design (28.0.0.1) as the only reference NuGet package in my Xamarin.Android project, the project does not compile, giving me this error:
Xamarin.Android.Support.Annotations.targets(17, 3): [null] Invalid Android Support Library Configuration
All installed Android Support library Nuget Packages must be the exact same version.
The following Xamarin.Android.Support.* packages and versions were detected:
Xamarin.Android.Support.Media.Compat (26.0.2)
Xamarin.Android.Support.Animated.Vector.Drawable (28.0.0.1)
Xamarin.Android.Support.Annotations (28.0.0.1)
Xamarin.Android.Support.AsyncLayoutInflater (28.0.0.1)
Xamarin.Android.Support.Collections (28.0.0.1)
Xamarin.Android.Support.Compat (28.0.0.1)
Xamarin.Android.Support.CoordinaterLayout (28.0.0.1)
Xamarin.Android.Support.Core.UI (28.0.0.1)
Xamarin.Android.Support.Core.Utils (28.0.0.1)
Xamarin.Android.Support.CursorAdapter (28.0.0.1)
Xamarin.Android.Support.CustomView (28.0.0.1)
Xamarin.Android.Support.Design (28.0.0.1)
Xamarin.Android.Support.DocumentFile (28.0.0.1)
Xamarin.Android.Support.DrawerLayout (28.0.0.1)
Xamarin.Android.Support.Fragment (28.0.0.1)
Xamarin.Android.Support.Interpolator (28.0.0.1)
Xamarin.Android.Support.Loader (28.0.0.1)
Xamarin.Android.Support.LocalBroadcastManager (28.0.0.1)
Xamarin.Android.Support.Print (28.0.0.1)
Xamarin.Android.Support.SlidingPaneLayout (28.0.0.1)
Xamarin.Android.Support.SwipeRefreshLayout (28.0.0.1)
Xamarin.Android.Support.Transition (28.0.0.1)
Xamarin.Android.Support.v7.AppCompat (28.0.0.1)
Xamarin.Android.Support.v7.CardView (28.0.0.1)
Xamarin.Android.Support.v7.RecyclerView (28.0.0.1)
Xamarin.Android.Support.Vector.Drawable (28.0.0.1)
Xamarin.Android.Support.VersionedParcelable (28.0.0.1)
Xamarin.Android.Support.ViewPager (28.0.0.1)
Please install v28.0.0.1 of all Xamarin.Android.Support.* NuGet packages.
As you can see, the first referenced package is for Xamarin.Android.Support.Media.Compat (26.0.2) which is what is causing the error. There are no other references to any Xamarin.Android.Support packages in this project. Adding a direct reference to Xamarin.Android.Support.Media.Compat (28.0.0.1) seems to resolve the issue, but this should still be documented and addressed at some point. I'm sure other people are encountering this issue
Steps to Reproduce (with link to sample solution if possible):
Create a new Xamarin.Android project targeting MonoAndroid v9.0.
Make sure there is no NuGet reference to Xamarin.Forms
Add the Xamarin.Android.Support.Design (28.0.0.1) NuGet package to the project
Build the project
Build error
The text was updated successfully, but these errors were encountered:
Xamarin.Android Version (eg: 6.0):
MonoAndroid v9.0
Operating System & Version (eg: Mac OSX 10.11):
Windows 10 1803
Support Libraries Version (eg: 23.3.0):
Xamarin.Android.Support.Design (28.0.0.1)
Describe your Issue:
With
Xamarin.Android.Support.Design (28.0.0.1)
as the only reference NuGet package in my Xamarin.Android project, the project does not compile, giving me this error:As you can see, the first referenced package is for
Xamarin.Android.Support.Media.Compat (26.0.2)
which is what is causing the error. There are no other references to any Xamarin.Android.Support packages in this project. Adding a direct reference toXamarin.Android.Support.Media.Compat (28.0.0.1)
seems to resolve the issue, but this should still be documented and addressed at some point. I'm sure other people are encountering this issueSteps to Reproduce (with link to sample solution if possible):
Xamarin.Android.Support.Design (28.0.0.1)
NuGet package to the projectThe text was updated successfully, but these errors were encountered: