Install Xamarin on Visual Studio 2015 with Xamarin on Visual Studio 2013 already installed

I have installed Xamarin in my Visual Studio 2015 two days ago and it showing Xamarin under Tools. Below I have described the approach which I have followed to install Xamarin in Visual Studio 2015.

Go to Contol Panel >> Program Features >> Visual Studio 2015 >> Change>> Modify

1. Select C#/.Net(Xamarin) under Cross Platform Mobile Development

enter image description here

2. Check if these three red marked items are checked or not.

enter image description here

3. And then press update.It will download all the required packages to run Xamarin on VS 2015.Hope it helps you!!


I recently had horrendous problems trying to install Xamarin on VS2015 + Win10. (I don't have any other VS versions installed.) Even a full install and reinstall left huge holes in the installation. I tried repeatedly and each time the whole dev environment seemed to get itself in a different unusable state.

The fix for me, which is probably hitting a nut with a sledgehammer, was to:

  1. Uninstall Xamarin (via Control Panel|Uninstall).
  2. Uninstall Visual Studio (via Control Panel|Uninstall).
  3. Follow Xamarin's manual uninstallation procedures Full Xamarin Uninstall.
  4. Perform full reinstall of Visual Studio, being sure to tick the boxes shown in the answer by Parth Patel above.

This resulted in a faultless, fully functioning Xamarin environment for me. Overkill, maybe, but worth a go if all else fails.


Here is the solution:

I have deleted all the existing versions of visual studio ( 2010, 2012, 2013) except Visual Studio 2015 and then installed the Xamarin, and then I could able to see Xamarin on Visual Studio 2015.