Building Applications

Xamarin allows you to build applications for multiple platforms by using a single set of code in a shared project. You can simultaneously build applications for devices that run on Android, iOS, and Windows platforms.

You can build your application using any of the following configurations:

To build your application for a single platform, perform the following steps:

  1. On the Visual Studio standard toolbar, select Debug or Release from the Solutions Configurations list. By default, Debug is selected.

  2. Right-click the project corresponding to the platform that you want to build, and then select Build.

    The Output window displays the build details.

  3. To build your application for multiple platforms, in Solution Explorer, right-click Solution ‘<project name>’, and click Build Solution.

    The Output window displays the build details.