From 1986a6ea43b75056c368cd1cc0488397a3b6bdf7 Mon Sep 17 00:00:00 2001 From: Mary Yanchar Date: Wed, 30 Mar 2016 13:56:12 -0700 Subject: [PATCH] Removed mention of JRE8 in sdk setup Removed JRE8 from setup instructions since JDK8 contains all the necessary components. Bug: 27916899 Change-Id: I3b831401ea4294b67dc8962d88b2600ebc9c36fa --- docs/html/preview/setup-sdk.jd | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/docs/html/preview/setup-sdk.jd b/docs/html/preview/setup-sdk.jd index bc40ebd44b84f..72ef016566e3e 100644 --- a/docs/html/preview/setup-sdk.jd +++ b/docs/html/preview/setup-sdk.jd @@ -15,7 +15,7 @@ page.image=images/cards/card-n-sdk_2x.png
  • Reference documentation
  • -
  • Get the Java 8 JDK and JRE
  • +
  • Get the Java 8 JDK
  • Update or Create a Project
  • Next Steps
  • @@ -140,13 +140,11 @@ Android N Preview SDK in Android Studio as follows:

    -

    Get the Java 8 JDK and JRE

    +

    Get the Java 8 JDK

    -

    To compile your app against the Android N platform, you need to use -the Java 8 Developer Kit (JDK 8), and in order to use some tools with Android -Studio 2.1, you need to install the Java 8 Runtime Environment (JRE 8). So, if -you don't have the latest version of each already, download JDK 8 and JRE 8 -now.

    +

    To compile your app against the Android N platform and use some tools with +Android Studio 2.1, you need to install the Java 8 Developer Kit (JDK 8). So, if +you don't already have the latest version, download JDK 8 now.

    Then set the JDK version in Android Studio as follows: