How To Set Up an Android Dev Environment
This guide shows you how to set up your development environment for work on a mobile Android application.
Follow these steps to install the tools you will need, using the CLI:
- Check that you have installed a compatible version of the .NET SDK. The lowest version that works with Avalonia UI is 6.0.2.00.
к сведению
You can see the versions of the .NET SDK here.
- You may need to uninstall an old version of the Android Workload. To do this, type the following command:
dotnet workload uninstall android
- Install the Android Workload. To do this, type the following command:
dotnet workload install android
к сведению
You may need to run the above commands with sudo.