diff options
author | Ricardo Cervera <rcervera@google.com> | 2014-03-25 21:23:57 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2014-03-25 21:23:57 +0000 |
commit | 1f88794f41e75501301467c40030fdc12f4fddde (patch) | |
tree | e156a516b400c8262b3495f568662254c52f53ce /docs/html/tools/sdk/tools-notes.jd | |
parent | e08f16695540009bed99a9b5c5147188edb496e6 (diff) | |
parent | 805f3fae25677d04d71470948d1ad855d5d6d9eb (diff) | |
download | frameworks_base-1f88794f41e75501301467c40030fdc12f4fddde.zip frameworks_base-1f88794f41e75501301467c40030fdc12f4fddde.tar.gz frameworks_base-1f88794f41e75501301467c40030fdc12f4fddde.tar.bz2 |
am 805f3fae: am 917a83da: am 7133208a: am 89a41db0: am 825280d2: Merge "docs: Added release notes for Android SDK 22.6.2" into klp-docs
* commit '805f3fae25677d04d71470948d1ad855d5d6d9eb':
docs: Added release notes for Android SDK 22.6.2
Diffstat (limited to 'docs/html/tools/sdk/tools-notes.jd')
-rw-r--r-- | docs/html/tools/sdk/tools-notes.jd | 39 |
1 files changed, 37 insertions, 2 deletions
diff --git a/docs/html/tools/sdk/tools-notes.jd b/docs/html/tools/sdk/tools-notes.jd index 675cde3..e4c3cf1 100644 --- a/docs/html/tools/sdk/tools-notes.jd +++ b/docs/html/tools/sdk/tools-notes.jd @@ -28,6 +28,41 @@ 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.6.2</a> <em>(March 2014)</em> + </p> + + <div class="toggle-content-toggleme"> + + <dl> + <dt>Dependencies:</dt> + + <dd> + <ul> + <li>Android SDK Platform-tools revision 18 or later.</li> + <li>If you are developing in Eclipse with ADT, note that this version of SDK Tools is + designed for use with ADT 22.6.2 and later. If you haven't already, update your + <a href="{@docRoot}tools/sdk/eclipse-adt.html">ADT Plugin</a> to 22.6.2.</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 a problem where the SDK Manager threw a <code>NullPointerException</code> after + removing a virtual device that was created using the Android Wear + system image.</li> + <li>Fixed a problem with Nexus 5 Android virtual devices created from the command line + where the SD card file system was read-only.</li> + </ul> + </dd> + </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.6.1</a> <em>(March 2014)</em> </p> @@ -124,7 +159,7 @@ href="http://tools.android.com/knownissues">http://tools.android.com/knownissues </ul> </li> <li>Check that production builds do not use mock location providers.</li> - <li>Look for manifest values that are overwritten by values from Gradle build + <li>Look for manifest values that are overwritten by values from Gradle build scripts.</li> </ul> </li> @@ -148,7 +183,7 @@ href="http://tools.android.com/knownissues">http://tools.android.com/knownissues (<a href="http://b.android.com/34233">Issue 34233</a>)</li> </ul> </li> - <li>Fixed an issue with RenderScript support. Using RenderScript support mode + <li>Fixed an issue with RenderScript support. Using RenderScript support mode now requires version 19.0.3 of the Build Tools.</li> </ul> </dd> |