From 82211ee23d992465d0667637e0f1928e3534b69d Mon Sep 17 00:00:00 2001
From: Joe Fernandez
Date: Tue, 8 Mar 2016 16:44:08 -0800
Subject: [PATCH] docs: N Preview SDK Preview updates
- fixed docs download
- removed links to JDK 8 site
Change-Id: I480c390b450206f387e506c2b066ee27aff85ccb
---
docs/html/preview/setup-sdk.jd | 15 ++++++---------
1 file changed, 6 insertions(+), 9 deletions(-)
diff --git a/docs/html/preview/setup-sdk.jd b/docs/html/preview/setup-sdk.jd
index 35ade6d6f0fcf..0ca05a383d483 100644
--- a/docs/html/preview/setup-sdk.jd
+++ b/docs/html/preview/setup-sdk.jd
@@ -115,11 +115,11 @@ API reference for the Android N APIs and an API difference report.
|
- n-preview-1-docs.zip |
- MD5: xxxx
- SHA-1: xxxx
+ MD5: 129c447102a9f1fb3712234e5268a708
+ SHA-1: 2200b3b530ed15c8d48f768d6b00d2082d01c9c5
|
@@ -131,11 +131,8 @@ API reference for the Android N APIs and an API difference report.
The Java 8 Development Kit (JDK) is required to develop apps with Android
N, and the Java 8 Runtime Environment (JRE) is required to run some
- tools included in Android Studio 2.1.
-
-So, if you don't have the latest version of each already,
-download JDK 8 and
-download JRE 8 now.
+ tools included in Android Studio 2.1. So, if you don't have the latest
+ version of each already, download JDK 8 and download JRE 8 now.
With Java 8 installed, set the JDK version in Android Studio as follows:
@@ -203,7 +200,7 @@ android {
Now that you've set up Android Studio 2.1 (preview), follow the guide
to Run Your App on Android N.
-And learn more about the Android N platform with
+And learn more about the Android N platform with
Behavior Changes
and Android N APIs
and Features.