diff options
Diffstat (limited to 'docs/html/tools/sdk/tools-notes.jd')
-rw-r--r-- | docs/html/tools/sdk/tools-notes.jd | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/docs/html/tools/sdk/tools-notes.jd b/docs/html/tools/sdk/tools-notes.jd index 003acf2..b58fdd1 100644 --- a/docs/html/tools/sdk/tools-notes.jd +++ b/docs/html/tools/sdk/tools-notes.jd @@ -29,6 +29,47 @@ 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.1</a> <em>(May 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 ADT, note that the SDK Tools r22.0.1 is + designed for use with ADT 22.0.1 and later. If you haven't already, update your + <a href="{@docRoot}tools/sdk/eclipse-adt.html">ADT Plugin</a> to 22.0.1.</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>Fixed issue with Lint ServiceCast check and fully qualified class names. + (<a href="http://code.google.com/p/android/issues/detail?id=55403">Issue 55403</a>)</li> + <li>Fixed crash issue with Lint ArraySizeDetector check. + (<a href="http://code.google.com/p/android/issues/detail?id=54887">Issue 54887</a>)</li> + <li>Fixed a problem with the monkeyrunner tool failing to import standard python classes. + (<a href="http://code.google.com/p/android/issues/detail?id=55632">Issue 55632</a>)</li> + <li>Fixed a problem with DDMS monitor not opening heap and network statistics views due to + a class not found exception. + (<a href="http://code.google.com/p/android/issues/detail?id=55394">Issue 55394</a>)</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</a> <em>(May 2013)</em> </p> |