From 8e48332fa648f0f4bb9398e31ddddee227a59b38 Mon Sep 17 00:00:00 2001 From: "smain@google.com" Date: Mon, 25 Apr 2016 10:59:59 -0700 Subject: [PATCH] Android Studio 2.1 release notes and downloads. Change-Id: I6e97e5a692ab1a2737672e7a2e23644119117caa (cherry picked from commit ec3e785d25c1e6edb19f5c0c47ccc0ac04a1980e) --- docs/html/sdk/index.jd | 2 +- docs/html/sdk/sdk_vars.cs | 36 ++++++++++++------------ docs/html/tools/revisions/studio.jd | 43 +++++++++++++++++++++++++++++ 3 files changed, 63 insertions(+), 18 deletions(-) diff --git a/docs/html/sdk/index.jd b/docs/html/sdk/index.jd index ddc6e14bbbdab..94b7e559f8663 100644 --- a/docs/html/sdk/index.jd +++ b/docs/html/sdk/index.jd @@ -34,7 +34,7 @@ system all allow you to focus on building unique and high quality apps.

Download Android Studio 2.0
+ data-modal-toggle="studio_tos">Download Android Studio 2.1

diff --git a/docs/html/sdk/sdk_vars.cs b/docs/html/sdk/sdk_vars.cs index 9f220d764ba78..6e58ddd54b5ec 100644 --- a/docs/html/sdk/sdk_vars.cs +++ b/docs/html/sdk/sdk_vars.cs @@ -1,27 +1,28 @@ Android Studio > Check for updates).

The sections below provide notes about successive releases of Android Studio, as denoted by revision number.

+

Android Studio v2.1.0 (April 2016) +

+
+ +

The primary changes in this update provide support for development with the +Android N Preview.

+ +

The Android N platform adds support for Java 8 language features, which +require a new experimental compiler called Jack. The latest version of Jack is +currently supported only in Android Studio 2.1. So if you want to use Java 8 +language features, you need to use Android Studio 2.1 to build your app.

+ +

Note: Instant Run +is disabled when you enable the Jack compiler because they currently are not +compatible.

+ +

Although Android Studio 2.1 is now stable, the Jack compiler is still +experimental and you must enable it with the jackOptions +property in your build.gradle file.

+ +

Other than the changes to support the N Preview, Android Studio 2.1 +includes minor bug fixes and the following enhancements:

+
    +
  • The Java-aware C++ debugger is now enabled by default when you're +using an N device or emulator and select Native debugger mode +(in the Debugger tab for your run/debug configuration).
  • +
+

For other build enhancements, including incremental Java compilation + and dexing-in-process,update your Android Plugin for +Gradle to version 2.1.0.

+
+
+ + + +
+

+ Android Studio v2.0.0 (April 2016)