diff --git a/docs/html/sdk/index.jd b/docs/html/sdk/index.jd index 923a6d72c9f08..e95d6c89cac4c 100644 --- a/docs/html/sdk/index.jd +++ b/docs/html/sdk/index.jd @@ -486,8 +486,9 @@ Android Auto.
Instructions for
+Setting up Android Studio takes just a few clicks.
While the Android Studio download
-completes, make sure you have JDK 8 or higher installed. To check which version
-you have, open a command line and type javac -version. If the JDK
+completes, verify which version of the JDK you have:
+open a command line and type javac -version. If the JDK
is not available or the version is lower than 1.8, download the Java SE Development Kit 8.
Select Start menu > Computer > System Properties >
Advanced System Properties. Then open Advanced tab > Environment
Variables and add a new system variable JAVA_HOME that points to
- your JDK folder, for example C:\Program Files\Java\jdk1.7.0_21.
C:\Program Files\Java\jdk1.8.0_77.
@@ -50,8 +58,8 @@ The following video shows each step of the recommended setup procedure.
As new tools and other APIs become available, Android Studio will tell you
-with a pop-up, or you can check yourself by clicking Help >
+ As new tools and other APIs become available, Android Studio tells you
+with a pop-up, or you can check for updates by clicking Help >
Check for Update.
Note: +If you are running a 64-bit version of Ubuntu, you need to install some 32-bit +libraries with the following command:
+sudo apt-get install lib32z1 lib32ncurses5 lib32bz2-1.0 lib32stdc++6+
If you are running 64-bit Fedora, the command is:
+sudo yum install zlib.i686 ncurses-libs.i686 bzip2-libs.i686+
That's it! The following video shows each step of the recommended setup procedure.
@@ -130,16 +149,16 @@ The following video shows each step of the recommended setup procedure.As new tools and other APIs become available, Android Studio will tell you
-with a pop-up, or you can check yourself by clicking Help >
+ As new tools and other APIs become available, Android Studio tells you
+with a pop-up, or you can check for updates by clicking Help >
Check for Update. Note: To support 32-bit apps
- on a 64-bit machine, you will need to install the ia32-libs,
- lib32ncurses5-dev, and lib32stdc++6 packages.
Note: +If you want to develop apps with the N Preview SDK, you must use +the preview version of Android Studio 2.1. For more information, see the +N Preview setup guide.