Install Xamarin for Visual Studio 2013 Express

孤街醉人 提交于 2019-11-30 14:05:04

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

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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!