I\'ve recently installed Visual Studio Community 2015 and I\'ve been following an MSDN tutorial \"Build cross-platform apps with Xamarin\". When its time to design the look of t
In newer Version of Visual studio this option is available in Other
node
Goto VS 2015 -> Tools -> Options -> Xamarin -> Other -> Check Now
Here you can choose between Alpha, Beta or Stable versions of xamarin for Visual Studio
.
Tools --> Options --> Xamarin
Under "iOS Settings" and "Android Settings" there is a link for "Check Now" next to the Updates settings
You might want to update to Beta release if you need the latest components -
Goto VS 2015 -> Tools -> Option -> Xamarin -> Others -> Check Now
They moved the "Check Now" into the harder-to-find Tools/Options/Xamarin/Other
. We must always be on guard when dealing with the
Other
Apparently, my problem was solved after installing SDK Platform for Android 6.0 or API 23. API 24 or higher i.e Android 7.0 (Nougat) didnt run. If still not solved then install SDK Platform for even lower APIs like 22,21 ... Hope it helps.