Xamarin Blank App (Native) template missing in Visual Studio 2015 - xamarin

I have installed all the tools for development with Xamarin in Visual Studio 2015, but somehow I do not see Blank App (Native) template when I create new project. I am only able to use Blank Apps (Xamarin Forms) template. I have already tried to reinstall Xamarin, reinstall Visual Studio install all the Xamarin sdks separately, but still no success. Have you please any idea, how to get the template to the list?

Try this(from msdn):
In Control Panel, open Programs and Features, choose the Xamarin item,
and click Change. In the setup wizard for Xamarin that appears, click
Next and then Change. In the list of optional features to install,
expand Xamarin for Visual Studio 2015, choose will be installed on
local drive, and click Next to proceed with adding the feature.

VS 2015 caches a lot and that usually means a lot of troubles.
Close Visual Studio 2015.
After restoring Xamarin, go to C:\Users\user_name\AppData\Local\Microsoft\VisualStudio\14.0\VTC and type on the search box cache.bin
NOTE - You will only see those files if you set the show hidden files option.
Delete all cache.bin files.
Reopen VS2015. All your Xamarin templates will be there and they show the appropriate icon.

Visual Studio updated Xamarin Blank App option to Mobile App (Xamarin.Forms). Once you have selected the Mobile App (Xamarin.Forms) option, you can create a Blank App as you like.
I make an creating directions GIF.

Related

Xamarin is not being added to Visual Studio 2017

So I installed Visual studio 2017 Community 15.5.4 and I added Xamarin workload as specified in this link. I also added other workloads that I would need with that.
However, Xamarin is not being added. When I open the "About Microsoft Visual Studio" to check the installed products, Xamarin is not there, even though I double checked the installer, and the Xamarin workload is selected.
I deleted VS multiple times and re-installed it, but to no avail.
What should I do to fix this? I'm out of ideas.

Xamarin option disappeared from new projects

I have successfully installed xamarin, i created one application by it, after i installed visual c++, framework 4.5 and repaired the visual studio one time during the installation, Xamrin option disappeared from new projects.
Ok, Open the visual studio click on Help->About Microsoft Visual studio
check. Is there xamarin is available or not, if not go to control panel and update the visual studio.

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:
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:
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
I am even getting the following screen when installation is completed, but still I could not able to see Xamarin in VS2015.
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
2. Check if these three red marked items are checked or not.
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:
Uninstall Xamarin (via Control Panel|Uninstall).
Uninstall Visual Studio (via Control Panel|Uninstall).
Follow Xamarin's manual uninstallation procedures Full Xamarin Uninstall.
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.
It is not required to delete previous versions of VS. I have Xamarin Studio, VS 2013 and now VS 2015 and working perfectly. I moved to VS 2015 due to recent purchase of Xamarin by MS and that VS 2015 has Xamarin included.
I believe the issue with this question is was that your VS 2015 install did not include the add ins as pointed out in another answer in this question.
After the VS 2015 install -the only caveat was projects created initially in Xaramin Studio and then Opened in VS 2015 to needed to have the build configuration in the project tweaked. If not you could not get the project to build and then be deployed to an emulator or device for debug testing.
We have a few troubleshooting steps on our Knowledge Base that you can find here:
https://kb.xamarin.com/customer/en/portal/articles/1643349-missing-visual-studio-extensions-after-installation
Note: Some of these steps have older versions listed in the respective paths. You should use the latest version number available.
Before any install or uninstall actions. Try open some sample Xamarin project, in most cases during opening project in VS 15, it will show you, what needs to be installed or what is missing / corrupted.
Xamarin samples
I had some problems with my emulator best way to fix the problems is to uninstall everything (emulators, android sdk, vs, xamarin) and reinstall it.
It is also important to delete other or older versions of visual studio. Then you should probably see you options.
First try to uninstall all the other versions of Visual Studio (VS) 2013 in this case. Then try to reinstall Xamarin.
Visual Studio 2015 is little bit different from 2013 version, I am also using xamarin on visual studio 2015. But that is not listed under tools menu like 2013.
Maybe developers had changed that, you can go to "start a new project"(just like you start new app development), there you can find xamarin/android projects list, there you can start new android projects.
This is strange, I did not have any problem with Xamarin & VS 2015 (community).
You said,
I will see the Xamarin in it
Did you try to create a project or/and add your account in the new VS Installation ?

Visual Studio crashes when trying to associate Cordova app with store

I'm on the latest version of Visual Studio 2015 Community (14.0.24720.00 Update 1) on Windows 10. I'm currently developing a Cordova App for Windows 10, iOS and Android using the Visual Studio Tools.
When I right click on the Project, then go Store > Associate App with the Store, I can successfully log in, see my existing apps and select the one I want, but when I try to actually associate that app with my VS project, VS just crashes.
I've already tried repairing Visual Studio through Add or Remove Programs and also cleaning out my project/solution, but none of this worked.
Any advice?
Thanks!
I had the same issue. Apparently, this is a known problem with VS2015 Update 1 (with the latest Cordova tools support).
The current workaround is to choose "Create App Packages" instead of "Associate App with the store." When you do this, the proper association will be generated and you can test as usual. I was successful using this approach.
The fix in Visual Studio 2015 for this crash is now available in Visual Studio 2015 Update 2. Here's a link to the installer: http://go.microsoft.com/fwlink/?LinkId=691129

How to clear app data when debugging in Visual Studio 2015

I am new to Visual Studio IDE and struggling with a simple problem of clearing app data from the cache when I build a new instance of the app in the debugger and run it. Most emulators like those in android studio and eclipse have a simple way of rebuilding the app from scratch in the emulator so that all previous data gets wiped, but I haven't been able to find a way to do this in Visual Studio 2015.
Though still unable to find a way from within Visual Studio to clear the app cache, the app gets installed on the windows machine itself when running from Visual Studio and then remains resident on the computer, thus one can uninstall it from windows itself and this clears the app data so that the next time it is run from Visual Studio, it is a fresh install.
You can find the menu that allows you to wipe data (like the one you have when using Android Studio instead of visual studio) by clicking on "Open Android Emulator Manager" (you might have to add this as a menu button ), and the selection the virtual device to launch, press "Start" and the dialog box with the option to "Wipe data" appears

Resources