Search code examples
visual-studioxamarinxamarin.formsxamarin.androidandroid-10.0

Can I install Xamarin Android 10.0 with Visual Studio 2017 Pro?


I need to update Visual Studio 2017 Pro to use Xamarin Android 10.0, so that I can install Android SDK 10.0 (API Level 29).

Currently, Xamarin Android 9.1.7.0 is installed. It says Visual Studio is up to date, and doesn't prompt to install Xamarin Android 10.0.

According to this page, VS 2019 is supported, but VS 2017 is not mentioned. Does this mean I need to run VS 2019 to be able to install Xamarin Android 10.0?


Solution

  • Does this mean I need to run VS 2019 to be able to install Xamarin Android 10.0?

    Yes, you should Update to Visual Studio 2019 version 16.3 or later. If you are using Visual Studio for Mac 2019, update to Visual Studio 2019 for Mac version 8.3 or later.For more details you can refer to the following link

    https://learn.microsoft.com/en-us/xamarin/android/platform/android-10#get-started

    After that, you should set the Repository to Google like following screenshot. enter image description here