Install .NET for Android

Developing native, .NET for Android apps requires .NET 6 or higher. Various IDE's can be used, however we recommend Visual Studio 2022 17.3 or greater, or Visual Studio Code.

  1. Install the latest .NET for your particular platform and follow its installation instructions.

  2. From a Command Prompt or Terminal run:

    dotnet workload install android
    
  3. In order to build Android applications you also need to install the Android SDK and other dependencies.