summaryrefslogtreecommitdiffstats
path: root/docs/html/tools/sdk/eclipse-adt.jd
diff options
context:
space:
mode:
authorJoe Fernandez <joefernandez@google.com>2013-07-15 12:35:05 -0700
committerJoe Fernandez <joefernandez@google.com>2013-07-19 11:47:00 -0700
commit5b7e6a335e81539fb06b61995a47ede77d5bab4a (patch)
tree301afb8bfcd6ec2d1d275d64915af8516f3b3a60 /docs/html/tools/sdk/eclipse-adt.jd
parentad17523da976c2d6b7b70fd3aa9ad290e4731224 (diff)
downloadframeworks_base-5b7e6a335e81539fb06b61995a47ede77d5bab4a.zip
frameworks_base-5b7e6a335e81539fb06b61995a47ede77d5bab4a.tar.gz
frameworks_base-5b7e6a335e81539fb06b61995a47ede77d5bab4a.tar.bz2
docs: Android SDK 22.0.4 Release Notes
Change-Id: Ia140f81dce8352860149cf709e1ed0be46c052a0
Diffstat (limited to 'docs/html/tools/sdk/eclipse-adt.jd')
-rw-r--r--docs/html/tools/sdk/eclipse-adt.jd37
1 files changed, 37 insertions, 0 deletions
diff --git a/docs/html/tools/sdk/eclipse-adt.jd b/docs/html/tools/sdk/eclipse-adt.jd
index 52647ff..7b0b5a8 100644
--- a/docs/html/tools/sdk/eclipse-adt.jd
+++ b/docs/html/tools/sdk/eclipse-adt.jd
@@ -53,9 +53,46 @@ the ADT Plugin, as denoted by revision number. </p>
<p>For a summary of all known issues in ADT, see <a
href="http://tools.android.com/knownissues">http://tools.android.com/knownissues</a>.</p>
+
<div class="toggle-content opened">
<p><a href="#" onclick="return toggleContent(this)">
<img src="{@docRoot}assets/images/triangle-opened.png" class="toggle-content-img"
+ alt=""/>ADT 22.0.4</a> <em>(July 2013)</em>
+ </p>
+
+ <div class="toggle-content-toggleme">
+<dl>
+ <dt>Dependencies:</dt>
+
+ <dd>
+ <ul>
+ <li>Java 1.6 or higher is required for ADT 22.0.4.</li>
+ <li>Eclipse Helios (Version 3.6.2) or higher is required for ADT 22.0.4.</li>
+ <li>ADT 22.0.4 is designed for use with <a href="{@docRoot}tools/sdk/tools-notes.html">SDK
+ Tools r22.0.4</a>. If you haven't already installed SDK Tools r22.0.4 into your SDK, use the
+ Android SDK Manager to do so.</li>
+ </ul>
+ </dd>
+
+ <dt>General Notes:</dt>
+ <dd>
+ <ul>
+ <li>Fixed problem with compiling Renderscript code.</li>
+ <li>Improved Gradle export with better workflow and error reporting.</li>
+ <li>Improved Gradle multi-module export feature.</li>
+ <li>Updated build logic to force exporting of the classpath containers unless you are using
+ the Maven plugin.</li>
+ </ul>
+ </dd>
+
+</dl>
+</div>
+</div>
+
+
+<div class="toggle-content closed">
+ <p><a href="#" onclick="return toggleContent(this)">
+ <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img"
alt=""/>ADT 22.0.1</a> <em>(May 2013)</em>
</p>