Install Xamarin for Visual Studio 2013 Express

14,468

Solution 1

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

Solution 2

Try Visual Studio Community 2013. Its free and includes all the great functionality of Visual Studio Professional 2013, designed and optimized for individual developers, students, open source contributors, and small teams.

You can check the following links for more info:

http://www.visualstudio.com/en-us/news/vs2013-community-vs.aspx

http://channel9.msdn.com/Events/Visual-Studio/Connect-event-2014/040

Share:
14,468
Georg
Author by

Georg

Updated on June 04, 2022

Comments

  • Georg
    Georg almost 2 years

    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?