I use VS 2019 and Xamarin
I try to run the example (new project), but I need level API 19 (Android 4.4.2)
I was set target, minimun sdk. But get error while build
"Severity Code Description Project File Line Suppression State Error The $(TargetFrameworkVersion) for App4.Android (v4.4) is less than the minimum required $(TargetFrameworkVersion) for Xamarin.Forms (8.1). You need to increase the $(TargetFrameworkVersion) for App4.Android. App4.Android"
I have already tried select different Android version (5,6,7), but apart from 8 only.
I don’t. Search on sites they write, simple changed and use. But in reality, this is not so. In general, is it really possible to write below Android 8?


