From 8e48332fa648f0f4bb9398e31ddddee227a59b38 Mon Sep 17 00:00:00 2001
From: "smain@google.com"
Download Android Studio 2.0
+ data-modal-toggle="studio_tos">Download Android Studio 2.1
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:
+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)