Install Xamarin on Visual Studio 2017 - visual-studio

I have recently installed Visual Studio(VS) 2015 on my desktop on Windows operating system. I thought when I opened the VS 2015, 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 VS 2015.
I wonder what is wrong? what am I missing? By the way, I still have Visual Studio 2013 on my system.

solution:
uninstall all the existing versions of visual studio ( 2010, 2012, 2013) except Visual Studio 2015 and then install Xamarin, and then you could able to see Xamarin on Visual Studio 2015.

Hope this will useful for you.,
File - > New -> Project -> and Click Open Visual Studio Installer. Check this image
Check this image

Related

Is it safe to install Visual Studio 2019 preview side-by-side with Visual studio 2019 (Blazor wants the preview)?

I want to try out Blazor and it wants Visual Studio 2019 Preview. Now, I already have Visual Studio 2019 (Professional) on my machine. It is safe to install the Preview version side-by-side?
Tried to find any help on forums, but didn't find any advice.
Ok, I'll answer my question myself. Visual Studio 2019 Preview works fine side-by-side with released Visual Studio 2019. And I only got Blazor to install after I installed VS 2019 Preview.
Link to official Blazor Getting Started Documentation which specifically requires the Preview version (as of today)

Is there a Visual Studio Installer Project type for Visual Studio 2019?

I am trying to build a VS 2017 solution which includes a Visual Studio Installer Project with the just released Visual Studio Pro 2019. Of course, when I tried to open the solution I got an error because there was not Visual Studio Installer project type in VS 2019. And, I cant find a place to load it from.
How do I add a Visual Studio Installer Project type in the released version of VS 2019?
Install the addin in Visual Studio 2019:
This extension provides the same functionality that currently exists
in Visual Studio 2015 for Visual Studio Installer projects. To use
this extension, you can either open the Extensions and Updates dialog,
select the online node, and search for "Visual Studio Installer
Projects Extension," or you can download directly from this page.
This extension is designed to work with Visual Studio 2017 and
Visual Studio 2019.

How to do Xamarin.uwp in visual studio 2017

I downloaded latest visual studio 2017 and I have chosen Xamarin while installing it and I already have visual studio 2015 with Xamarin and I was able to develop visual studio Xamarin.winphone along with Xamarin.ios and Xamarin.Droid.
I am aware winphone is deprecated in visual studio 2017 and I thought to develop Xamarin.uwp by migrating all my winphone code uwp.
But When I create a new Xamarin native project I am not able to find Xamarin.uwp but I can find Xamarin.iOS and Xamarin.Droid.
Here is the screenshot
What could have gone wrong ?
Please check if you have installed Windows 10 SDK. The following is check steps.
Enter the “Visual Studio Installer” in the conrtana search box.
Click the modify button in the window of Visual Studio Installer.
Select the version you need to install.

Visual Studio Community 2015 where is the ISO to download?

I installed Visual Studio Community 2015 on Windows 7 x64 after multiple troubles. The solution was to reset my notebook, update all I can on Windows Update, stop the antivirus and then install Visual Studio Community 2015
Now I need Visual Studio Community 2015 on another notebook, almost the same model and nothing works. I tryed most of the tips from this post
Visual Studio 2015 installer hangs during install?
and nothing. Allways stuck on kb2999226 thing.
Some users talks about installing from the ISO but on the official link
https://www.visualstudio.com/downloads/download-visual-studio-vs
I don't find the ISO, only the web installer file.
Where can I download the Visual Studio Community 2015 ISO?
On the link you provided, you have to click on Visual Studio 2015 and then select radio button ISO and then press download, everything should go fine

xamarin is not showing in visual studio 2013

I installed Xamarin first and then installed Visual Studio 2013. But when I open Visual Studio it doesn't show the Xamarin components when I try to create a new project for Xamarin.
What I should do so that I can work on Xamarin with the help of Visual Studio 2013?
For this you must install "Extensions for Visual Studio" plug in, which is delivered with Xamarin. So you must run XamarinInstaller again - but you don't have to uninstall anything, just run it again.
Update: As I see, they offer on their website "Visual Studio tool for Xamarin". So try this one.

Resources