Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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

like image 292
casillas Avatar asked Mar 22 '16 15:03

casillas


People also ask

Does Visual Studio 2015 support Xamarin?

This combination of Xamarin and Visual Studio 2015 is our most integrated release ever – featuring a Visual Studio 2015 installation process that allows you to choose to install Xamarin with a single click, giving you everything you need to start building native cross-platform apps, all in C#.

How do I install Xamarin on already installed Visual Studio 2017?

Adding Xamarin to Visual Studio 2017 If Visual Studio 2017 is already installed, add Xamarin by re-running the Visual Studio 2017 installer to modify workloads (see Modify Visual Studio for details). Next, follow the steps listed above to install Xamarin.


2 Answers

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

like image 55
Parth Patel Avatar answered Sep 28 '22 08:09

Parth Patel


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.

like image 29
Patrick Avatar answered Sep 28 '22 07:09

Patrick