Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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?

like image 915
dodgy_coder Avatar asked Oct 04 '19 07:10

dodgy_coder


People also ask

Is Xamarin included in Visual Studio 2017?

With Xamarin installed on your Visual Studio 2017, you can start building native mobile apps for iOS and Android using C# and . NET.

How do I use Xamarin in Visual Studio 2017?

Xamarin can be installed as part of a new Visual Studio 2017 installation, with the following steps: Download Visual Studio 2017 Community, Visual Studio Professional, or Visual Studio Enterprise from the Visual Studio page (download links are provided at the bottom).

Do you need Visual Studio for Xamarin?

Xamarin. Forms UWP support requires Windows 10. To build iOS projects on Windows requires: Visual Studio 2017 (Visual Studio 2019 is recommended), and.


1 Answers

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

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

like image 86
Jon Douglas Avatar answered Sep 18 '22 12:09

Jon Douglas