简体   繁体   中英

Xamarin SDK in Visual Studio

Visual Studio can have multiple Extension SDKs which are used to ease the development.

Is Xamarin SDK belongs to one of those Extension SDKs of Visual Studio IDE?

Xamarin SDK is an open-source framework to develop mobile application. And it is bundled as a free tool within Microsoft Visual Studio's integrated development environment.

To answer your question, Yes Xamarin SDK is a part of SDKs in Visual Studio.

Visual Studio use the NuGet Package Manager to Install and manage packages(Like the Xamarin SDK and other Extension SDKs you mentioned in your question).

Those packages are added to your project and you can use them to develop your project.

Xamarin is installed by default if you create a Xamarin.forms project in Visual-Studio.

在此处输入图片说明

在此处输入图片说明

Xamarin is shipped as a Visual Studio Workload . Although this documentation page doesn't show the individual SDK packages, they are included in the component: Component.Xamarin .

ie Xamarin.Android.Sdk / Xamarin.VisualStudio.Apple.Sdk / etc

If you installed Visual Studio 2019 and watched the installer, you'd see the names of these packages as they progress!

Otherwise you can just go into Visual Studio and click on Help -> About Visual Studio and see all of the various packages!

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM