I'm trying to set up the sample android application from https://github.com/telerik/Android-samples
I cloned the Git repo and am obviously missing the Telerik libraries needed for the application.
When I try to install the Telerik libraries using Nuget Package Manager, I get the following error:
"Severity Code Description Project File Line Suppression State
Error Could not install package 'Xamarin.Android.Support.Animated.Vector.Drawable 25.1.0'. You are trying to install this package into a project that targets 'MonoAndroid,Version=v6.0', but the package does not contain any assembly references or content files that are compatible with that framework. For more information, contact the package author."
It seems that the project is broken, or doesn't work with VS 2019, because I am definitely not targeting v6.0 and the error doesn't change when I change target versions (both manifest and build versions).
I tried opening the project in VS 2017, but received a message that the project is incompatible and should be opened in VS 2015 or earlier.
The sample app hasn't been updated on GitHub for at least 2 years.
Is there any plans to update these samples to work on current dev environments?