diff --git a/docs/html/sdk/installing/index.jd b/docs/html/sdk/installing/index.jd
index 8755899df288b..14d274f00a71f 100644
--- a/docs/html/sdk/installing/index.jd
+++ b/docs/html/sdk/installing/index.jd
@@ -28,9 +28,8 @@ p.paging-links {
-
Android Studio provides the tools you need to start developing apps, including
-the Android Studio IDE (powered by IntelliJ) and guides you to install
-the Android SDK tools to streamline your Android app development.
+
Android Studio provides everything you need to start developing apps for Android, including
+the Android Studio IDE and the Android SDK tools.
If you didn't download Android Studio, go download Android Studio now, or switch to the
@@ -39,7 +38,8 @@ install instructions.
Before you set up Android Studio, be sure you have installed
-JDK 6 or greater (the JRE alone is not sufficient). To check if you
+JDK 6 or higher (the JRE alone is not sufficient)—JDK 7 is required when
+developing for Android 5.0 and higher. To check if you
have JDK installed (and which version), open a terminal and type javac -version.
If the JDK is not available or the version is lower than 6,
To set up Android Studio on Windows:
- Launch the
.exe file you just downloaded.
- - Follow the setup wizard to install Android Studio and the SDK Tools.
+
- Follow the setup wizard to install Android Studio and any necessary SDK tools.
On some Windows systems, the launcher script does not find where Java is installed.
If you encounter this problem,
@@ -88,7 +88,7 @@ where they are installed. For example:
- Launch the {@code .dmg} file you just downloaded.
- Drag and drop Android Studio into the Applications folder.
-
- Open Android Studio and follow the instructions to set up the SDK.
+
- Open Android Studio and follow the setup wizard to install any necessary SDK tools.
Depending on your security settings, when you attempt to open Android Studio, you might
see a warning that says the package is damaged and should be moved to the trash. If this
@@ -118,7 +118,7 @@ you can access them at:
You may want to add {@code android-studio/bin/} to your PATH environmental
variable so that you can start Android Studio from any directory.
- - Follow the links to install the SDK tools outside of the Android Studio directories.
+ - Follow the setup wizard to install any necessary SDK tools.
@@ -226,8 +226,7 @@ the SDK tools from the command line.