I want to know how to create a Xamarin.Forms project that is designed for the minimum version of Android Kitkat (API 19) without using the "General project" option.
. The Standard Standard Library is not an option since the minimum supported version of Android is Nougat . Most of my target users (over 40%) still use phones with an Android version lower than Nougat.
In Visual Studio 15.5.1 or later, the Code separation strategies section does not include the PCL parameter when creating a new Xamarin.Forms project when using a Cross-platform application .

It was noted that PCL is now deprecated at the Xamarin Forum , as well as the Visual Studio Developer Community
Key supporting questions:
- With the latest versions of Vs 2017 PCL is still possible with Xamarin.Forms? And How?
- If so, what are the steps to create a PCL-based Xamarin.Forms project, and are there any open templates for downloading this?
- If not, does this mean that I can support Android KitKat using Xamarin.Forms using a shared code strategy / pattern for sharing code?
source share