Visual-studio – Install Xamarin on Visual Studio 2015 with Xamarin on Visual Studio 2013 already installed

installationvisual studiovisual-studio-2015xamarin

I have Xamarin installed on the Visual Studio 2013 on Windows Operating System. It works fine.

There is Xamarin tools in VS2013 as follows:

enter image description here

My problem is as follows:

I have recently installed Visual Studio 2015 on my desktop on Windows operating system. I thought when I opened the VS2015, I expected to see the Xamarin in it, but it does not. Then I installed the Xamarin again, and again and again, but still Xamarin does not show up in VS2015.

I wonder what is wrong? What am I missing?
By the way, I still have VS2013 on my desktop.

No Xamarin tools in VS 2015 as follows:

enter image description here

I even tried the following approach, still no luck.

Control Panel -> Programs -> Programs and Features Choose Xamarin

Click Change -> Next -> Click the desired drop down for each items in the tree view and select "Will be installed on local hard drive."

Click Next

enter image description here

I am even getting the following screen when installation is completed, but still I could not able to see Xamarin in VS2015.

enter image description here

Best Answer

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!!