xamarin / AndroidX

AndroidX bindings for .NET for Android
MIT License
173 stars 42 forks source link

Can't install Xamarin.AndroidX.AppCompat and RecyclerView latest versions into Xamarin project #888

Closed pasha-o closed 1 month ago

pasha-o commented 1 month ago

Android application type

Classic Xamarin.Android (MonoAndroid12.0, etc.)

Affected platform version

VS 2022 -17.9.6

Description

I am getting a compatibility issue when trying to install the latest versions Package Xamarin.AndroidX.AppCompat 1.6.1.8 is not compatible with monoandroid13.0 (MonoAndroid,Version=v13.0). Package Xamarin.AndroidX.AppCompat 1.6.1.8 supports: net7.0-android33.0 (.NETCoreApp,Version=v7.0)

Error NU1202 Package Xamarin.AndroidX.RecyclerView 1.3.2.3 is not compatible with monoandroid13.0 (MonoAndroid,Version=v13.0). Package Xamarin.AndroidX.RecyclerView 1.3.2.3 supports: net7.0-android33.0 (.NETCoreApp,Version=v7.0)

Relevant log output

No response

jpobst commented 1 month ago

Classic Xamarin.Android is no longer supported, and new versions of packages cannot be used with it. You will have to remain on the previous versions until you upgrade to .NET for Android.

https://github.com/xamarin/AndroidX/issues/881

pasha-o commented 1 month ago

thank you.