I'm starting with Xamarin, but preparing the environment is turning into hell. It never compiles well, there is always some error to solve, and not about my code, but about parameters of the project or the environment.
In the end I opted for a very simple solution: I have completely removed Visual Studio from my PC and installed it from scratch, checking in the installation to install Xamarin Forms.
When I create a new project, an initial ContentPage is created that has the phrase "Welcome to Xamarin.Forms!". In theory, just create the project, you should be able to compile and see this phrase in the Android emulator.
However, the only thing I get is the following error:
I have searched about this error but it seems that no one has yet published an answer. Does anyone know what it is about and how to fix it?
Greetings!