From 51ccf4b0ca2b44b3d983652928bac8b1bbaf5eb1 Mon Sep 17 00:00:00 2001 From: Cheryl Potter Date: Fri, 4 Dec 2015 12:36:29 -0800 Subject: [PATCH] docs: SDK platform API 23 revision 2 release notes b/26030208 Change-Id: Ib1966513ec418e5b1591be92cb0ad05fbc65fa37 --- docs/html/tools/revisions/platforms.jd | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/docs/html/tools/revisions/platforms.jd b/docs/html/tools/revisions/platforms.jd index 61bfcbb8cb5b9..a054da5d1b767 100644 --- a/docs/html/tools/revisions/platforms.jd +++ b/docs/html/tools/revisions/platforms.jd @@ -26,7 +26,7 @@ for app development. If you want details about the features and APIs added in ea version, instead read the highlights in the About section.

-

In order to compile your application against a particular version of Android, you must use the +

To compile your application against a particular version of Android, you must use the SDK Manager to download and install the SDK Platform for that release. If you want to test your application on an emulator, you must also download at least one System Image for that Android version.

@@ -59,6 +59,24 @@ packages may not be available for download.

Revision 2 (November 2015) +

+ +
+ +

Fixed bugs in the layout rendering library used by Android Studio.

+

Dependencies:

+
    +
  • Android SDK Platform-tools r23 or higher is required.
  • +
  • Android SDK Tools 24.3.4 or higher is required.
  • +
+
+ +
+ +
+

+ Revision 1 (August 2015)