diff options
| author | Joe Fernandez <joefernandez@google.com> | 2013-07-19 13:02:24 -0700 |
|---|---|---|
| committer | Android Git Automerger <android-git-automerger@android.com> | 2013-07-19 13:02:24 -0700 |
| commit | 658374d56577a4f8864ba3c7ed8f2e425d13d997 (patch) | |
| tree | 26eae12427595da826e453b9b0f069409db24c42 /docs/html/tools | |
| parent | 991487c635ea0cd9ccfaae8e030325c2e8be7a3f (diff) | |
| parent | 2685febd0d51bac4da755756b5348eb95c57ef73 (diff) | |
| download | frameworks_base-658374d56577a4f8864ba3c7ed8f2e425d13d997.zip frameworks_base-658374d56577a4f8864ba3c7ed8f2e425d13d997.tar.gz frameworks_base-658374d56577a4f8864ba3c7ed8f2e425d13d997.tar.bz2 | |
am 2685febd: am 6f75a73c: Merge "docs: Android SDK 22.0.4 Release Notes" into jb-mr1.1-ub-dev
* commit '2685febd0d51bac4da755756b5348eb95c57ef73':
docs: Android SDK 22.0.4 Release Notes
Diffstat (limited to 'docs/html/tools')
| -rw-r--r-- | docs/html/tools/sdk/eclipse-adt.jd | 37 | ||||
| -rw-r--r-- | docs/html/tools/sdk/tools-notes.jd | 36 |
2 files changed, 73 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> diff --git a/docs/html/tools/sdk/tools-notes.jd b/docs/html/tools/sdk/tools-notes.jd index b58fdd1..cd2d986 100644 --- a/docs/html/tools/sdk/tools-notes.jd +++ b/docs/html/tools/sdk/tools-notes.jd @@ -29,6 +29,42 @@ href="http://tools.android.com/knownissues">http://tools.android.com/knownissues <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=""/>SDK Tools, Revision 22.0.4</a> <em>(July 2013)</em> + </p> + + <div class="toggle-content-toggleme"> + + <dl> + <dt>Dependencies:</dt> + <dd> + <ul> + <li>Android SDK Platform-tools revision 16 or later.</li> + <li>If you are developing in Eclipse with the + <a href="{@docRoot}tools/sdk/eclipse-adt.html">ADT Plugin</a>, note that this version of + SDK Tools is designed for use with ADT 22.0.4 and later. If you haven't already, update + ADT to 22.0.4.</li> + <li>If you are using <a href="{@docRoot}sdk/installing/studio.html">Android Studio</a>, + note that this version of the SDK Tools is designed to work with Android Studio + 0.2.x and later.</li> + <li>If you are developing without an integrated development environment (IDE), you must have + <a href="http://ant.apache.org/">Apache Ant</a> 1.8 or later.</li> + </ul> + </dd> + + <dt>General Notes:</dt> + <dd> + <ul> + <li>Fixed problem with compiling Renderscript code.</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=""/>SDK Tools, Revision 22.0.1</a> <em>(May 2013)</em> </p> |
