From e2de5ca8adae602f9c9c85975ee8cebd87eebd46 Mon Sep 17 00:00:00 2001 From: Ricardo Cervera Date: Thu, 7 Aug 2014 14:49:03 -0700 Subject: [PATCH] docs: Release notes for ADT 23.0.3 Change-Id: I9e68f4ecaec47b8a139f32773ef9916c3011061b --- docs/html/sdk/installing/installing-adt.jd | 8 ++--- docs/html/tools/sdk/eclipse-adt.jd | 36 ++++++++++++++++++++++ 2 files changed, 40 insertions(+), 4 deletions(-) diff --git a/docs/html/sdk/installing/installing-adt.jd b/docs/html/sdk/installing/installing-adt.jd index 864e82e30917f..851827cd95416 100644 --- a/docs/html/sdk/installing/installing-adt.jd +++ b/docs/html/sdk/installing/installing-adt.jd @@ -1,8 +1,8 @@ page.title=Installing the Eclipse Plugin -adt.zip.version=23.0.2 -adt.zip.download=ADT-23.0.2.zip -adt.zip.bytes=103287135 -adt.zip.checksum=cde1d0a463b5ccce844b63161cfa1cb9 +adt.zip.version=23.0.3 +adt.zip.download=ADT-23.0.3.zip +adt.zip.bytes=103321934 +adt.zip.checksum=ab2f5e2fbbdddeeb7dfd02cd4046538a @jd:body diff --git a/docs/html/tools/sdk/eclipse-adt.jd b/docs/html/tools/sdk/eclipse-adt.jd index 5d0409892561f..cf33200db5675 100644 --- a/docs/html/tools/sdk/eclipse-adt.jd +++ b/docs/html/tools/sdk/eclipse-adt.jd @@ -56,6 +56,42 @@ href="http://tools.android.com/knownissues">http://tools.android.com/knownissues

ADT 23.0.3 (August 2014) +

+ +
+
+
Dependencies:
+ +
+
    +
  • Java 7 or higher is required if you are targeting the L Developer Preview.
  • +
  • Java 1.6 or higher is required if you are targeting other releases.
  • +
  • Eclipse Indigo (Version 3.7.2) or higher is required.
  • +
  • This version of ADT is designed for use with + SDK Tools r23.0.2. + If you haven't already installed SDK Tools r23.0.2 into your SDK, use the + Android SDK Manager to do so.
  • +
+
+ +
General Notes:
+
+
    +
  • Fixed an issue where ADT displayed a NullPointerException warning dialog + when a valid SDK was not configured. (Issue + 73313)
  • +
  • Fixed a minor issue with RenderScript support.
  • +
  • Disabled APK compression.
  • +
+
+
+
+
+ +
+

+ ADT 23.0.2 (July 2014)