diff --git a/docs/html/preview/download.jd b/docs/html/preview/download.jd index 629bd78fece76..b673fc151ff0d 100644 --- a/docs/html/preview/download.jd +++ b/docs/html/preview/download.jd @@ -468,18 +468,12 @@ for the Android N Preview.)
You can now launch the Android Emulator with the Android N Preview AVD.
-For the best experience in the Android Emulator, install -Android Studio 2.1 Preview, which supports the Android Emulator 2.0 Beta -with much faster performance compared to the Emulator in +For the best experience in the Android Emulator, make sure you're using +Android Studio 2.1 or higher, which supports Android Emulator 2.0 +with much faster performance compared to the emulator in Android Studio 1.5.
-Note: - If you're currently using Android Studio 2.0 Beta, there's a known issue - that prevents you from creating AVDs with the N Preview system images, so - you currently need to use the Android Studio 2.1 preview to create AVDs. -
-For more information about creating virtual devices, see Managing Virtual Devices.
diff --git a/docs/html/preview/j8-jack.jd b/docs/html/preview/j8-jack.jd index feb458b6dda22..1f10efa878b24 100644 --- a/docs/html/preview/j8-jack.jd +++ b/docs/html/preview/j8-jack.jd @@ -23,7 +23,7 @@ page.keywords="android N", "Java 8", "Jack"To start using these features, you need to download and set up Android -Studio 2.1 (preview) and the Android N Preview SDK, which includes the required +Studio 2.1 and the Android N Preview SDK, which includes the required Jack toolchain and updated Android Plugin for Gradle. If you haven't yet installed the Android N Preview SDK, see Set Up to Develop for Android N.
diff --git a/docs/html/preview/setup-sdk.jd b/docs/html/preview/setup-sdk.jd index 9e318cfeb9b8d..60568acf2cd15 100644 --- a/docs/html/preview/setup-sdk.jd +++ b/docs/html/preview/setup-sdk.jd @@ -32,7 +32,7 @@ href="{@docRoot}preview/download.html">Test on an Android N Device.
-The Android N platform adds support for Java 8 language features, @@ -41,55 +41,14 @@ 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. Otherwise, you don't need to use the Jack compiler, but you still need to update to JDK 8 to compile against the Android N platform, -as described below. -
+as described below. - +If you already have Android Studio installed, make sure you have Android +Studio 2.1 or higher by clicking Help > Check for Update +(on Mac, Android Studio > Check for Updates).
-Android Studio 2.1 is currently available as a preview in the canary -release channel. If you already -have Android Studio and don't want to update to the canary channel, you can -download Android Studio 2.1 as a separate installation and use it -for development with Android N, leaving your primary Android Studio -environment unaffected.
- -To download Android Studio 2.1 as a separate installation, follow these -steps (or if you want to receive Android Studio 2.1 as an update to your -existing installation, skip to step 6):
- -Keep this settings window open for the next step.
+If you don't have it, download Android Studio +2.1 here.
android {
compileSdkVersion 'android-N'
- buildToolsVersion '24.0.0-rc1'
+ buildToolsVersion '24.0.0-rc3'
...
defaultConfig {