Open jldubz opened 5 years ago
This issue is so annoying. Especially given the Droid project is old csproj format.
Hi there, I have the same issue.. I have updated VS2019 to the latest version (16.2.3) however, no luck... is there any update on this?
Enter "Install-Package Xamarin.Android.Support.v4 -Version 28.0.0.3" in Package manager console
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 project