Merge "Removed mention of JRE8 in sdk setup" into mnc-mr-docs am: 2f24634
am: cabbf5c3
* commit 'cabbf5c32935661bc87a41113fdca64de3e1288b':
Removed mention of JRE8 in sdk setup
Change-Id: I9d1a532e6591b820f9bb18bf4654ecf4a9634dd8
diff --git a/docs/html/preview/setup-sdk.jd b/docs/html/preview/setup-sdk.jd
index 28c4709..2793d59 100644
--- a/docs/html/preview/setup-sdk.jd
+++ b/docs/html/preview/setup-sdk.jd
@@ -15,7 +15,7 @@
<li><a href="#docs-dl">Reference documentation</a>
</ol>
</li>
- <li><a href="#java8">Get the Java 8 JDK and JRE</a></li>
+ <li><a href="#java8">Get the Java 8 JDK</a></li>
<li><a href="#create-update">Update or Create a Project</a></li>
<li><a href="#next">Next Steps</a></li>
</ol>
@@ -150,13 +150,11 @@
-<h2 id="java8">Get the Java 8 JDK and JRE</h2>
+<h2 id="java8">Get the Java 8 JDK</h2>
-<p>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.</p>
+<p>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.</p>
<p>Then set the JDK version in Android Studio as follows:</p>