I get the following error when adding the package to my android app:
Attempting to resolve dependencies for package 'SegmentedControl.FormsPlugin.1.3.1' with DependencyBehavior 'Lowest'
One or more unresolved package dependency constraints detected in the existing packages.config file. All dependency constraints must be resolved to add or update packages. If these packages are being updated this message may be ignored, if not the following error(s) may be blocking the current package operation: 'Xamarin.Forms 2.3.4.247 constraint: Xamarin.Android.Support.v4 (= 23.3.0)', 'Xamarin.Forms 2.3.4.247 constraint: Xamarin.Android.Support.Design (= 23.3.0)', 'Xamarin.Forms 2.3.4.247 constraint: Xamarin.Android.Support.v7.AppCompat (= 23.3.0)', 'Xamarin.Forms 2.3.4.247 constraint: Xamarin.Android.Support.v7.CardView (= 23.3.0)', 'Xamarin.Forms 2.3.4.247 constraint: Xamarin.Android.Support.v7.MediaRouter (= 23.3.0)', 'Xamarin.Forms.Maps 2.3.4.247 constraint: Xamarin.GooglePlayServices.Maps (= 29.0.0.1)', 'Xamarin.Forms.Maps 2.3.4.247 constraint: Xamarin.Android.Support.v7.MediaRouter (= 23.3.0)', 'Xamarin.Forms.Maps 2.3.4.247 constraint: Xamarin.Android.Support.v7.AppCompat (= 23.3.0)'
Unable to find a version of 'Xamarin.Android.Support.Design' that is compatible with 'Xamarin.Forms 2.3.4.247 constraint: Xamarin.Android.Support.Design (= 23.3.0)'.
I get the following error when adding the package to my android app: