Install Xamarin for Visual Studio 2013 Express

瘦欲@ 提交于 2019-11-29 19:27:11

问题


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:

  • I deinstalled and reinstalled Xamarin several times.
  • I tried copying the files and following the instructions at http://blog.fire-development.com/2013/07/01/install-xamarin-in-vs-2013-preview-1/. (Instead of executing devenv.exe, I used WDExpress.exe with admin rights because this is different for the express versions.)

Nothing seems to work. Any suggestions?


回答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




回答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



来源:https://stackoverflow.com/questions/20594118/install-xamarin-for-visual-studio-2013-express

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