diff --git a/docs/html/sdk/installing/index.jd b/docs/html/sdk/installing/index.jd index 6a99952319df5..9d5845afce66e 100644 --- a/docs/html/sdk/installing/index.jd +++ b/docs/html/sdk/installing/index.jd @@ -74,9 +74,9 @@ Continue: Adding SDK Packages

@@ -160,13 +160,14 @@ the {@code sdk/} directory. For example:

To set up Android Studio on Linux:

    -
  1. Unpack the downloaded Tar file, {@code android-studio-bundle-<version>.tgz}, into an appropriate - location for your applications. +
  2. Unpack the downloaded Tar file, {@code android-studio-ide-<version>-linux.zip}, into an + appropriate location for your applications.
  3. To launch Android Studio, navigate to the {@code android-studio/bin/} directory in a terminal and execute {@code studio.sh}.

    You may want to add {@code android-studio/bin/} to your PATH environmental variable so that you can start Android Studio from any directory.

  4. +
  5. Follow the links to install the SDK outside of the Android Studio directories.
@@ -217,11 +218,12 @@ style="float:right;font-size:13px">
Your download package is an executable file that starts an installer. The installer checks your machine for required tools, such as the proper Java SE Development Kit (JDK) and installs it if necessary. - The installer then saves the Android SDK Tools into a default location (or you can specify the location).

+ The installer then saves the Android SDK Tools to a specified the location outside of the Android + Studio directories.

  1. Double-click the executable ({@code .exe} file) to start the install.
  2. -
  3. Make a note of the name and location in which it saves the SDK on your system—you will need to +
  4. Make a note of the name and location where you save the SDK on your system—you will need to refer to the SDK directory later when using the SDK tools from the command line.
  5. Once the installation completes, the installer starts the Android SDK Manager. @@ -237,8 +239,8 @@ the SDK tools from the command line.
  6. To get started on Mac OSX:

    Unpack the ZIP file you've downloaded. By default, it's unpacked -into a directory named android-sdk-mac_x86. Move it to an appropriate location on your machine, -such as a "Development" directory in your home directory.

    +into a directory named android-sdk-mac_x86. Move it to an appropriate location on your +machine, such as a "Development" directory in your home directory.

    Make a note of the name and location of the SDK directory on your system—you will need to refer to the SDK directory later when using @@ -253,9 +255,8 @@ the SDK tools from the command line.

    To get started on Linux:

    -

    Unpack the {@code .tgz} file you've downloaded. By default, the SDK files are unpacked -into a directory named android-sdk-linux_x86. Move it to an appropriate location on your machine, -such as a "Development" directory in your home directory.

    +

    Unpack the {@code .zip} file you've downloaded. The SDK files are download separately to a +user-specified directory.

    Make a note of the name and location of the SDK directory on your system—you will need to refer to the SDK directory later when using diff --git a/docs/html/sdk/installing/studio.jd b/docs/html/sdk/installing/studio.jd index b0567e7c1b118..68293549ec587 100644 --- a/docs/html/sdk/installing/studio.jd +++ b/docs/html/sdk/installing/studio.jd @@ -194,14 +194,12 @@ This is the Android Software Development Kit License Agreement href="" style="display:none;width:368px;margin:0 auto;display:block;font-size:18px" >

    -

    This download includes:

    - +

    This download includes the Android Studio Beta.

    +

    Note: The SDK tools are now downloaded and installed separately +from the Android Studio directories.

    + +
  7. All the Android SDK Tools to design, test, and debug your app
  8. @@ -244,43 +242,43 @@ download (or continue to use) Platform Package Size - MD5 Checksum + SHA Sum Windows - android-studio-bundle-135.1339820-windows.exe + href="http://dl.google.com/dl/android/studio/ide-zips/0.8.14/android-studio-ide-135.1538390- + windows.zip">android-studio-ide-135.1538390-windows.zip - 379497130 bytes - 024e002b8c8fa7dcd2ff69fd69e06e56 + 177343814 bytes + b533480200ba893616c73b32477e66ebb357a1b3 Mac OS X - android-studio-bundle-135.1339820-mac.dmg + href="http://dl.google.com/dl/android/studio/ide-zips/0.8.14/android-studio-ide-135.1538390-mac.zip"> + android-studio-ide-135.1538390-mac.zip - 368507143 bytes - 4143f2aa556634eae91701965d88899b + 176745627 bytes + 4070e6f6a44d042266f46f1f2f9ca3448ac23f8cd Linux - android-studio-bundle-135.1339820-linux.tgz + href="http://dl.google.com/dl/android/studio/ide-zips/0.8.14/android-studio-ide-135.1538390- + linux.zip">android-studio-ide-135.1538390-linux.zip - 417631443 bytes - fa403762ecd0a5da87acbeff485f81cc + 176358193 bytes + 718356b49254f6c4e55c64b99164d311995205dd @@ -301,26 +299,26 @@ download (or continue to use)

    * On Mac OS, run Android Studio with Java Runtime Environment (JRE) 6 for optimized font -rendering. You can then configure your project to use Java Development Kit (JDK) 6 or JDK 7.

    +rendering. You can then configure your project to use Java Development Kit (JDK) JDK 7.

    -

    Note: Java Development Kit (JDK) 7 is required if you're targeting -the Android L Developer Preview.

    +

    Note: The full SDK/NDK requires 13 GB of disk space.

    @@ -425,7 +422,7 @@ installation.

    Caution: Replacing your existing installation of Android Studio will remove any additional SDK packages you've installed, such as target platforms, system images, and sample apps. To preserve these, copy them from your current -SDK directory under Android Studio to a temporary location +SDK directory to a temporary location before installing the update. Then move them back once the update is complete. If you fail to copy these packages, then you can instead download them again through the Android SDK Manager.

    @@ -453,6 +450,17 @@ style="vertical-align:bottom;margin:0;height:19px" /> in the toolbar.

    Android Studio v0.8.14 (October 2014) +

    + +
    +

    See tools.android.com for a full list of changes.

    +
    +
    + +
    +

    + Android Studio v0.8.6 (August 2014)

    @@ -650,8 +658,8 @@ for possible resolutions to known issues: v0.8.6" - + "
    with the Android SDK for " + os + ""); + $('#download-ide-button').append("Download Android Studio Beta v0.8.14" + + "
    Android SDK for " + os + installed separately""); $('#download-ide-button').click(function() {return onDownload(this,true);}).attr('href', bundlename); } else { diff --git a/docs/html/tools/revisions/build-tools.jd b/docs/html/tools/revisions/build-tools.jd index 6f0775561ffea..ec88efc744be3 100644 --- a/docs/html/tools/revisions/build-tools.jd +++ b/docs/html/tools/revisions/build-tools.jd @@ -77,6 +77,18 @@ listing in the Android SDK Manager.

    Build Tools, Revision 21.1 (October 2014) +

    +
    +

    Added multidex file support for APKs and Jack suppport to address the 64K method reference + limit.

    +
    +
    + + +
    +

    + Build Tools, Revision 21.0.2 (October 2014)

    diff --git a/docs/html/tools/revisions/platforms.jd b/docs/html/tools/revisions/platforms.jd index 85b9c5ede3a66..ef8575af38eb0 100644 --- a/docs/html/tools/revisions/platforms.jd +++ b/docs/html/tools/revisions/platforms.jd @@ -88,7 +88,7 @@ class="toggle-content-img" alt="" />Revision 2 (October 2014)
    -

    Added location APIs support for Wear.

    +

    Updated the rendering library.

    Dependencies: