When I am trying to run application on Xamarin on visual studio, I am getting error as mentioned below and not able to run the application on device or emulator:
<
This issue arise, if your Xamarin.Form version is not compatible/matching with your NuGet package which you have installed.
So, I have just updated Xamarin.Forms for both xx.Droid and PCL and make the match the dependencies with NuGet package.
Now it is working fine. Hope so this will work for you.