Recently, quite often indeed, I’m facing an issue trying to add some NuGet packages to a Xamarin Android project, in this particular case I was trying to add Xamarin.Android.Support.RecyclerView package.
Image may be NSFW.
Clik here to view.
The error I get after clicking Install is:
Image may be NSFW.
Clik here to view.
Some search on the internet provided me some solutions, the one working for me is changing Android version option from:
Image may be NSFW.
Clik here to view.
to an explicit value (API 21 in my case)
Image may be NSFW.
Clik here to view.
after this change, all packages get installed properly.