I am using Xamarin Forms with Visual Studio 2015. I am getting this error while I try to add a messaging plugin.
Severity Code Description Project File Line Suppression Status Error Unable to resolve dependencies. "Xamarin.Android.Support.v4 23.0.1.3" is incompatible with "Xamarin.Android.Support.Design restriction 23.0.1.3: Xamarin.Android.Support.v4 (> = 23.0.1.3)", "Xamarin.Forms 2.2". 0.45 restriction: Xamarin.Android.Support.v4 (= 23.3.0) '. 0
I have already updated Visual Studio and Xamarin, but still get this error.
What else needs to be done to fix this error?
source share