dodgy_coder
dodgy_coder

Reputation: 13033

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?

Upvotes: 6

Views: 5265

Answers (2)

Leon Lu
Leon Lu

Reputation: 9234

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

Upvotes: 5

Jon Douglas
Jon Douglas

Reputation: 13176

No you cannot. You must upgrade to Visual Studio 2019 or Visual Studio for Mac 2019.

https://learn.microsoft.com/en-us/visualstudio/releases/2019/servicing#support-for-older-versions-of-visual-studio

Upvotes: 6

Related Questions