summaryrefslogtreecommitdiffstats
path: root/docs/html/tools/sdk/tools-notes.jd
diff options
context:
space:
mode:
Diffstat (limited to 'docs/html/tools/sdk/tools-notes.jd')
-rw-r--r--docs/html/tools/sdk/tools-notes.jd103
1 files changed, 0 insertions, 103 deletions
diff --git a/docs/html/tools/sdk/tools-notes.jd b/docs/html/tools/sdk/tools-notes.jd
index 9349a4e..afed043 100644
--- a/docs/html/tools/sdk/tools-notes.jd
+++ b/docs/html/tools/sdk/tools-notes.jd
@@ -28,109 +28,6 @@ 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 21.0.1</a> <em>(December 2012)</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 ADT, note that the SDK Tools r21.0.1 is
- designed for use with ADT 21.0.1 and later. If you haven't already, update your
- <a href="{@docRoot}tools/sdk/eclipse-adt.html">ADT Plugin</a> to 21.0.0.</li>
- <li>If you are developing outside Eclipse, 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>Build
- <ul>
- <li>Updated build to detect and handle package name conflicts between an application and
- the libraries it depends on. Libraries cannot share package names unless all of them
- share the same package name.
- (<a href="http://code.google.com/p/android/issues/detail?id=40152">Issue 40152</a>,
- <a href="http://code.google.com/p/android/issues/detail?id=40273">Issue 40273</a>)
- </li>
- <li>Added a flag to disable dex merging to deal with cases where merging could generate
- a broken dex file. If this happens to your project, add the following setting to your
- {@code project.properties} file: {@code dex.disable.merger=true} This setting
- causes the build system to revert to the older, slower dex processing that does not
- pre-dex libraries.</li>
- </ul>
- </li>
-
- <li>Renderscript
- <ul>
- <li>Added support for
- <a href="{@docRoot}guide/topics/renderscript/compute.html#filterscript">Filterscript</a>
- compilation.</li>
- <li>Added new project setting to control the Renderscript compilation target separately
- from an Android project. Adding the following line to a {@code project.properties}
- file causes Renderscript code to be compiled for Android API Level 17, while the
- containing application can target a different (lower) API level:
- <pre>renderscript.target = 17</pre>
- Previously, the Renderscript compilation target was tied to the
- {@code android:minSdkVersion} setting in the manifest.
- (<a href="http://code.google.com/p/android/issues/detail?id=40487">Issue 40487</a>)
- </li>
- </ul>
- </li>
-
- </ul>
- </dd>
-
-
- <dt>Bug fixes:</dt>
- <dd>
- <ul>
- <li>Lint
- <ul>
- <li>Corrected check for {@code 0px} values in style XML elements.
- (<a href="http://code.google.com/p/android/issues/detail?id=39601">Issue 39601</a>)
- </li>
- <li>Fixed incorrect flagging of formatting strings.
- (<a href="http://code.google.com/p/android/issues/detail?id=39758">Issue 39758</a>)
- </li>
- <li>Fixed problem where {@code tools:ignore} directive in the manifest file was ignored
- by the Lint tool.
- (<a href="http://code.google.com/p/android/issues/detail?id=40136">Issue 40136</a>)
- </li>
- <li>Fixed problem with flagging a wakelock release inside a conditional.
- (<a href="http://code.google.com/p/android/issues/detail?id=40424">Issue 40424</a>)
- </li>
- <li>Fixed incorrect reporting of missing {@code layout_width} and {@code layout_height}
- XML fields.
- (<a href="http://code.google.com/p/android/issues/detail?id=38958">Issue 38958</a>)
- </li>
- <li>Fixed handling of custom namespace attributes.</li>
- <li>Added fixes for filtering out library project warnings.</li>
- <li>Removed warnings about missing classes before a build.</li>
- </ul>
- </li>
-
- <li>Fixed problem with UI Automator Viewer execution script where Android tools directory
- is not set.</li>
- <li>Fixed problem with the SDK Manager so that it auto-selects the most recently released
- platform on startup.</li>
- <li>Fixed Java finding script to look for the currently supported version of Java (1.6 or
- higher).</li>
- <li>Fixed the SDK Manager launcher in the ADT bundle so that it can properly launch the
- SDK Manager program when it is placed at the root of the bundle.</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 21</a> <em>(November 2012)</em>
</p>