To build the Android MAUI app, first start up an Android simulator (or connect to an Android device), then use the following command and build and run the Android app:
> dotnet build -t:Run -f net6.0-android
> dotnet build -t:Run -f net8.0-android
For Windows build, you can use Visual Studio on windows.