I'm trying to run an Xamarin.Android project into Visual Studio 2019. But i get the error 'Unsupported or invalid $(TargetFrameworkVersion) value of 'v4.0.3'.' Seems that the Android SDK 4.0.3 (API 15) is installed, but not available for VS2019 as a target framework.
The setup is: Visual Studio 2019 Xamarin 16.3 Xamarin.Android SDK 10.0
Q: Is the support for the Android API 15 has been dropped for VS2019?