如何更新 Java Development Kit (JDK) 版本?

本文介绍如何在 Windows 和 Mac 上更新 Java 开发工具包 (JDK) 版本。

概述

Xamarin.Android 使用 Java 开发工具包 (JDK) 与 Android SDK 集成,以构建 Android 应用并运行 Android 设计器。 最新版本的 Android SDK(API 24 和更高级别)需要 JDK 8 (1.8)。 或者,也可以安装 Microsoft Mobile OpenJDK 预览版。 Microsoft Mobile OpenJDK 最终将替代 JDK 8 进行 Xamarin.Android 开发。

若要更新到 Microsoft Mobile OpenJDK,请参阅 Microsoft Mobile OpenJDK 预览版。 若要更新到 JDK 8,请执行以下步骤:

  1. Oracle 网站下载 JDK 8 (1.8):

    Screenshot of the JDK download page on the Oracle website

  2. 选择 64 位版本,以允许在 Xamarin Android 设计器中呈现自定义控件

    Selecting the Windows x64 JDK package to download from the JDK download page

  3. 运行 .exe 并安装开发工具

    Installing the Development Tools in the JDK installer

  4. 打开 Visual Studio,在“工具”>“选项”>“Xamarin”>“Android 设置”>“Java 开发工具包位置”下,将“Java 开发工具包位置”更新为指向新的 JDK

    Path setting for the JDK in the Android Settings page

在更新该位置后,请务必重启 Visual Studio。