Перейти к основному содержимому
Версия: 11.0.0

Build and run your Application on a Simulator

Please ensure you have followed the guide Building Cross-Platform Applications.

Assuming you have created a project called HelloWorld. Enter the directory HelloWorld.Android from the command line.

To build the project for Android run the following command.

dotnet build

To run the project in a simulator, run the following command.

dotnet run