Search code examples
androidxamarin.formsriderandroid-sdk-2.3

Rider "Android Sdk not found" even though it is there


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: enter image description here

And this is what the Rider Settings look like when I press on the "Open settings and install Android SDK" link: enter image description here

So why is this. Is there somethings I've done wrong?

This is what the Android Sdk Folder looks like: enter image description here


Solution

  • Problem

    Oh I have just found the problem. If you hover the "?" next to the Error-Link you can see following popup:

    enter image description here

    And I have installed Android SDK API 31 which is apparently not supported.

    Solution

    Simply install Android Sdk API 30.

    Happy coding!