Open timothyparez opened 2 days ago
Install the dotnet android and macos workloads
That doesn't work on Linux/Ubuntu
dotnet workload install android
Workload ID android is not recognized
dotnet workload install maui-android
Workload ID maui-android is not recognized
Other workloads like wasm-tools
etc are supported.
It doesn't seem like Microsoft ever had the intention of making Xamarin
/Maui
stuff work on Linux.
(Which is one of the reasons we use Avalonia instead of MAUI)
Did you install dotnet using the official install scripts from the dotnet site, or using "apt". Using the install scripts is recommended.
I probably installed via apt
.
I will try the install scripts on a different machine.
All standard workloads, except iOS, should be buildable on Linux.
If you clone this repository and try to run it on Linux it will fail because the android and macos workloads are not available: