From e3d651f83717c29c3815c4cd2f7c2384889dca44 Mon Sep 17 00:00:00 2001
From: "smain@google.com" 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: 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.
android {
compileSdkVersion 'android-N'
- buildToolsVersion 24.0.0
+ buildToolsVersion 24.0.0 rc1
...
defaultConfig {