如何为 Xamarin.Android 设置 Visual Studio?

How to setup Visual Studio for Xamarin.Android?

在 VS2015 的开发人员预览版中,我看到您现在可以使用 Xamarin 在 Visual Studio 中开发 Android 应用程序。
经过几个小时的谷歌搜索后,我仍然没有找到如何为 Android 设置 VS2015。 Xamarin 官方页面上提供的唯一教程是关于如何 link 你的电脑和 Mac 构建 iOS 应用程序。

无论我做什么,我仍然只有 "Build native Android apps in C#" 作为项目模板,它将我重定向到 Xamarin 下载页面。

这是我到目前为止所做的:

毕竟还是不行,google 也帮不了我。

(PS: 请不要建议使用 Xamarin studio)

显然,默认设置不支持任何 Visual Studio(2010、2012、2013 和 2015)。

Here's the solution:

  • 按 [Win+R] 并输入 control
  • Select 程序和功能
  • Select Xamarin 并单击 "Change" 按钮
  • 在设置中点击"Next",然后点击"Change"
  • 在这里你可以select应该安装哪个 VS 支持
  • 单击 "Next" 应用更改,然后单击 "Change"

只需按照此处的步骤 ("Create an Android project"):

https://msdn.microsoft.com/en-us/library/dn879698(v=vs.140).aspx

In Visual Studio, create a new Blank App (Android) project and name it WeatherApp. You can find this template under Visual C#->Android in the New Project dialog box. If you haven’t yet installed Xamarin for Visual Studio 2015 Preview, choose the Build native Android apps in C# template and follow the instructions to install it. In the Control Panel, Open Programs and Features, choose the Xamarin item, and then choose the Change button. In the setup wizard for Xamarin, choose the Next button, and then choose the Change button. In the list of optional features to install, choose the icon next to Xamarin for Visual Studio 2015, and then choose Will be installed on local drive. After you’ve installed Xamarin, the Blank App (Android) project template will appear in the Android section of templates.