diff --git a/docs/html/preview/download.jd b/docs/html/preview/download.jd index b08c4b2b7494b..3fe51fe7bf59a 100644 --- a/docs/html/preview/download.jd +++ b/docs/html/preview/download.jd @@ -380,6 +380,11 @@ to develop for Android N, you can skip this part): +
You should now have Android SDK Built-Tools 24.0 0 rc1, +Platform-Tools 24.0.0 rc1, and SDK Tools +25.0.9. If you do not update the SDK Tools to 25.0.9, then you won't +be able to run the x86_64 system images for Android N.
+Now create a virtual device with the Android N system image:
@@ -399,13 +404,18 @@ for the Android N Preview.)You can now launch the Android Emulator with the Android N Preview AVD.
-Note: +
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 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/setup-sdk.jd b/docs/html/preview/setup-sdk.jd index 29a9fa7dca616..b60e27a087c6c 100644 --- a/docs/html/preview/setup-sdk.jd +++ b/docs/html/preview/setup-sdk.jd @@ -191,7 +191,7 @@ how to configure your project with the Jack compiler.
android {
compileSdkVersion 'android-N'
- buildToolsVersion 24.0.0
+ buildToolsVersion 24.0.0 rc1
...
defaultConfig {