I'm running on MacOs Apple M1 chip (ARM64 but using Rosetta 2):
- Rider 2020.3 EAP 10
- dotnet 5
- Xamarin Android plugin and SDK installed within Rider.
When I open a Xamarin Android app solution, most of the code is red including statements like "using System" and I get the following build error:
The imported project "/usr/local/share/dotnet/sdk/5.0.100/Xamarin/Android/Xamarin.Android.CSharp.targets" was not found.
It seems to be related to dotnet 5 judging by that path. Anyone has a clue?