diff --git a/docs/html/tools/revisions/studio.jd b/docs/html/tools/revisions/studio.jd
index 2e42c9d7ff4c7..b65531fd5207f 100755
--- a/docs/html/tools/revisions/studio.jd
+++ b/docs/html/tools/revisions/studio.jd
@@ -52,7 +52,7 @@ Android Studio, as denoted by revision number.
Android Studio v2.0.0 (March 2016)
+ alt=""/>Android Studio v2.0.0 (April 2016)
@@ -106,92 +106,6 @@ Android Studio, as denoted by revision number.
-
- Android Emulator 2.0:
-
-
- - Performance improvements:
-
-
- - Emulator now uses CPU acceleration on x86 emulator system images by
- default.
-
-
- - Added SMP support
- to take advantage of host multi-core architecture when emulating Android
- 6.0 (API level 23) or higher, resulting in much better performance and
- speed than the physical counterpart. Also with SMP support, you can test
- apps that specifically target multi-core Android devices.
-
-
- - Improved data and APK push-pull protocol between the the Android Debug Bridge and devices
- running Android 5.0 (API level 21) or higher. See speed improvements up
- to five times faster than using a physical device.
-
-
-
- - Extended UI controls and a floating toolbar provide easy access to features
- previously available only through the command line, such as taking screen
- captures, adjusting the battery level, rotating the screen, and managing
- virtual calls.
-
-
- - Upload KML and GPX files to play back a set of custom location points.
-
-
- - Dynamically resize the emulator by dragging a corner or zoom into the
- emulator window.
-
-
- - Install APKs or add media files to the emulator’s internal SD card by
- dragging and dropping files into the emulator window.
-
-
- - Simulate multi-touch input. While interacting with the emulator screen,
- enter multi-touch mode by holding down the Ctrl key on
- Windown/Linux, or Command key on Mac OSX.
-
-
- - Improvements to the Android Virtual Device
- Manager:
-
- - System images are now categorized under the following tabs:
- Recommended, x86, and Other.
-
-
- - Under advanced settings, you can enable multi-core support and
- specify the number of cores the emulator can use.
-
-
- - Under advanced settings, you can determine how graphics are rendered
- on the emulator by selecting one of the following options:
-
- -
- Hardware: use you computer's graphics card for
- faster rendering.
-
-
- -
- Software: use software-based rendering.
-
-
- -
- Auto: let the emulator decide the best option. This
- is the default setting.
-
-
-
-
-
-
- - Read the documentation to find out more about using the Android Emulator.
-
-
-
-
New additions to Lint:
- Inspection of {@code switch} statements using {@link
@@ -248,6 +162,45 @@ Android Studio, as denoted by revision number.
Additional Improvements:
+ - Optimized for Android Emulator 2.0, which is faster than ever before,
+ supports a wider range of virtual devices, and features a drastically
+ improved UI. To learn more about the new emulator, read the SDK Tools release notes.
+
+
+ - Improvements to the Android Virtual Device
+ Manager:
+
+ - System images are now categorized under the following tabs:
+ Recommended, x86, and Other.
+
+
+ - Under advanced settings, you can enable multi-core support and
+ specify the number of cores the emulator can use.
+
+
+ - Under advanced settings, you can determine how graphics are rendered
+ on the emulator by selecting one of the following options:
+
+ -
+ Hardware: use you computer's graphics card for
+ faster rendering.
+
+
+ -
+ Software: use software-based rendering.
+
+
+ -
+ Auto: let the emulator decide the best option. This
+ is the default setting.
+
+
+
+
+
+
- Improved AAPT packaging times by specifying deploy target before the app
is built. This allows Android Studio to efficiently package only the
resources required by the specified device.
diff --git a/docs/html/tools/sdk/tools-notes.jd b/docs/html/tools/sdk/tools-notes.jd
index 1625716004f54..1ff23915575f8 100644
--- a/docs/html/tools/sdk/tools-notes.jd
+++ b/docs/html/tools/sdk/tools-notes.jd
@@ -18,28 +18,108 @@ update.
the SDK Tools, as denoted by revision number. To determine what revision of the SDK
Tools you are using, refer to the "Installed Packages" listing in the Android SDK Manager.
-
For a summary of all known issues in SDK Tools, see http://tools.android.com/knownissues.
+
+ For a summary of all known issues in SDK Tools, visit the Android Tools
+ Project Site.
+
-
-
SDK Platform-tools, Revision 23.1.0 (December 2015)
+
+
SDK Tools, Revision 25.0.0
+ (April 2016)
-
- - General Notes:
- -
-
- - Changed Linux requirements for Android SDK Platform-tools revision 23.1.0 and later:
- it now requires 64-bit Linux.
-
-
+ -
+ Android Emulator 2.0:
+
+ -
+
+ - Performance improvements:
+
+
+ - Emulator now uses CPU acceleration on x86 emulator system images by
+ default.
+
+ - Added SMP support
+ to take advantage of host multi-core architecture when emulating Android
+ 6.0 (API level 23) or higher, resulting in much better performance and
+ speed than the physical counterpart. Also with SMP support, you can test
+ apps that specifically target multi-core Android devices.
+
+ - Improved data and APK push-pull protocol between the the Android Debug Bridge and devices
+ running Android 5.0 (API level 21) or higher. See speed improvements up
+ to five times faster than using a physical device.
+
+
+
+ - Extended UI controls and a floating toolbar provide easy access to features
+ previously available only through the command line, such as taking screen
+ captures, adjusting the battery level, rotating the screen, and managing
+ virtual calls.
+
+
+ - Upload KML and GPX files to play back a set of custom location points.
+
+
+ - Dynamically resize the emulator by dragging a corner or zoom into the
+ emulator window.
+
+
+ - Install APKs or add media files to the emulator’s internal SD card by
+ dragging and dropping files into the emulator window.
+
+
+ - Simulate multi-touch input. While interacting with the emulator screen,
+ enter multi-touch mode by holding down the Ctrl key on
+ Windown/Linux, or Command key on Mac OSX.
+
+
+ - The Android Emulator works best with Android Studio 2.0. To find out more
+ about what's included in the newest version of the official Android IDE,
+ read the release
+ notes.
+
+
+ - Read the documentation to find out more about using the Android Emulator.
+
+
+
+
+
+
+
+
+
+
SDK Platform-tools, Revision 23.1.0
+ (December 2015)
+
+
+
+
+ -
+ General Notes:
+
+
+ -
+
+ - Changed Linux requirements for Android SDK Platform-tools
+ revision 23.1.0 and later: it now requires 64-bit Linux.
+
+
+
+