[Xamarin.Android] 'obj\Release\monoandroid81\Resource.Designer.cs' could not be found (original) (raw)
Started to happen once I updated VS2019 from 16.1.6 to 16.2.0
Seems to be due to https://github.com/onovotny/MSBuildSdkExtras/blob/master/Source/MSBuild.Sdk.Extras/Build/Platforms/Xamarin/Xamarin.Android.targets#L11
(until line 18).
Maybe those parameters are interpreted differently in latest Xamarin Android.
Note: this is a big blocker, can't compile anything without ugly workaround to remove the Compile from line 18.