Install Xamarin for Visual Studio 2013 Express

Georg picture Georg · Dec 15, 2013 · Viewed 14.4k times · Source

I have a Windows 8.1 laptop and I installed Xamarin. Xamarin Studio works fine, but I cannot use the Xamarin integration for Visual Studio 2013 Express for Windows Desktop. When I want to create a new project, it will not show the templates.

Here is what I tried:

Nothing seems to work. Any suggestions?

Answer

jessehouwing picture jessehouwing · Dec 15, 2013

Visual Studio Express does not support extensibility. You need to install at least Visual Studio Professional.

Express is not extensible. NuGet is a Microsoft released extension, so it can run in Express. Not allowing extensions in Express is a business decision not a technological one.

Ryan Molden > Microsoft (MCC, MSFT)

http://social.msdn.microsoft.com/Forums/vstudio/en-US/0c3138d2-f80a-4f6a-a1f3-4334a18ddaf1/

From the Xamarin FAQ:

What are the minimum system requirements?

Xamarin requires the platform SDKs from Apple and Google to target iOS or Android, and our system requirements match theirs. To build for iOS, you'll need the latest iOS SDK (currently iOS 7), which requires an Intel-based Mac running OS X 10.8 (Mountain Lion). Our Visual Studio Extensions for iOS and Android support any non-Express editions of Visual Studio 2010, Visual Studio 2012 and Visual Studio 2013

http://xamarin.com/faq