Hi there today I reset my pc and installed Rider and over the Settings/Environment the Xamarin Android and Xamarin iOS Sdk. As I wanted to create a new Xamarin.Forms project Rider said that the Android Sdk is missing. So I switched to the settings downloaded the Sdk and applied it to Rider. But it didn't work. I even have installed the Android Ndk.
This is what the Rider NewProject Window looks like:
And this is what the Rider Settings look like when I press on the "Open settings and install Android SDK" link:
So why is this. Is there somethings I've done wrong?
Problem
Oh I have just found the problem. If you hover the "?" next to the Error-Link you can see following popup:
And I have installed Android SDK API 31 which is apparently not supported.
Solution
Simply install Android Sdk API 30.
Happy coding!