I'm working with MVVMCross and Xamarin.Android. And it seems that for some function (to do a binding of Mvx.MvxImageView) I need to install the package MvvmCross.Plugin.DownloadCache.
When trying to install it, it returns the following error:
The package 'Xamarin.Android.Support.Compat could not be installed 27.0.2 '. You are trying to install this package in a project that has 'MonoAndroid, Version = v5.0' as the destination, but the package does not contains assembly references or content files compatible with that framework. For more information, contact Contact the package author.
Trying to install the package 'Xamarin.Android.Support.Compat 27.0.2 manually also gives me that error.
Can you help me?