diff options
author | 2016-04-08 17:49:12 +0000 | |
---|---|---|
committer | 2016-04-08 17:49:13 +0000 | |
commit | 2f24634dfcc65491a06545412f1534176890f887 (patch) | |
tree | 956a1343c17e031b3189b671c7e6d10ff7d5edd9 /docs/html | |
parent | 69c05a7fb862ed23e8b7d92b86874e4a42bb2ac2 (diff) | |
parent | 1986a6ea43b75056c368cd1cc0488397a3b6bdf7 (diff) |
Merge "Removed mention of JRE8 in sdk setup" into mnc-mr-docs
Diffstat (limited to 'docs/html')
-rw-r--r-- | docs/html/preview/setup-sdk.jd | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/docs/html/preview/setup-sdk.jd b/docs/html/preview/setup-sdk.jd index 28c4709a7873..2793d59bf047 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 <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 @@ Android N Preview SDK in Android Studio as follows:</p> -<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> |