MAUI for Android requires wasi-experimental to be installed but it is already installed
Hi!
So I am trying to MAUI application on an android emulator but when building for android it fails because the workload WASI-Experimental isn't installed.
So far I have tried:
dotnet workload install wasi-experimental
dotnet workload restore
dotnet workload repair
dotnet workload uninstall wasi-experimental
uploading the code to git and start a new project.
Downloading the code on another computer and start it from there (which works but its too slow for any emulator so I had to use my phone)
What is different from when it used to work is that I upgraded the project to .Net 8.
I am running on windows 11 where it doesn't work (remote)
and Windows 10 where it does work (local machine)
Does anyone have any ideas on how to fix it?
I have also restarted both machines and visual studio multiple times
0 Replies