0
votes

In a computer, I have installed Android 11.0 SDK for a Visual Studio 2019 Community installation and my Xamarin Android app is compiled correctly using this SDK. The SDK was installed automatically: enter image description here

Then I installed Visual Studio 2019 Community in another computer to compile my app there. But it seems the Android 11.0 SDK is no longer available:

enter image description here

It is not installed automatically and I cannot find anywhere to install it manually. What's wrong and how can I install Android 11.0 SDK on Visual Studio?

1
Update the VS to the latest version and check again .Lucas Zhang
@LucasZhang-MSFT It was installed from internet and so it is the latest...Minimus Heximus

1 Answers

0
votes

As of now Android 11 is not officially supported in Visual Studio.

So you have two options:

  • Select to use unofficial repositories in that dialog
  • Wait for the version 16.9 where it is supposed to be supported.