Search Results for

    Show / Hide Table of Contents

    Android Platform

    Create a New Application

    Use Evergine Launcher to add Android as one of your project platforms. The current Android template runs with Xamarin Android, and there is a new Android .NET6 template that runs with .NET6 for Android.

    Create a new project

    Prerequisites

    If you choose the Android template, you need to install .NET Multi-platform App UI development tools using the Visual Studio installer:

    Visual Studio Installer

    On the other hand, if you choose the Android .NET6 template, you should install the Android workload for .NET6. You can do this using a PowerShell console:

    dotnet workload install android
    

    Project Structure

    The project structure created when you add an Android template is the following:

    Project structure

    Application Deployment

    You can deploy your application on Android emulators, or you can use a physical device for development. Evergine uses Vulkan as the graphics backend for Android, which is included in Android Nougat and later versions.

    Running on Android

    In this article
    Back to top
    Generated by DocFX