diff options
Diffstat (limited to 'docs/html/tools')
-rw-r--r-- | docs/html/tools/sdk/eclipse-adt.jd | 46 | ||||
-rw-r--r-- | docs/html/tools/sdk/tools-notes.jd | 39 |
2 files changed, 80 insertions, 5 deletions
diff --git a/docs/html/tools/sdk/eclipse-adt.jd b/docs/html/tools/sdk/eclipse-adt.jd index a821757..4d05ce3 100644 --- a/docs/html/tools/sdk/eclipse-adt.jd +++ b/docs/html/tools/sdk/eclipse-adt.jd @@ -57,6 +57,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=""/>ADT 22.6.2</a> <em>(March 2014)</em> + </p> + + <div class="toggle-content-toggleme"> +<dl> + <dt>Dependencies:</dt> + + <dd> + <ul> + <li>Java 1.6 or higher is required.</li> + <li>Eclipse Indigo (Version 3.7.2) or higher is required.</li> + <li>This version of ADT is designed for use with + <a href="{@docRoot}tools/sdk/tools-notes.html">SDK Tools r22.6.2</a>. + If you haven't already installed SDK Tools r22.6.2 into your SDK, use the + Android SDK Manager to do so.</li> + </ul> + </dd> + + <dt>General Notes:</dt> + <dd> + <ul> + <li>Fixed a problem where Eclipse was non-responsive for a few seconds after opening + an XML file. (<a href="http://b.android.com/67084">Issue 67084</a>)</li> + <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 where the layout preview for large screens in Eclipse showed the + resources from the <code>drawable-*</code> directories instead of those from the + <code>drawable-large-*</code> directories.</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> + <li>Changed the URL for the Android Developer Tools Update Site from HTTPS to HTTP.</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.6.1</a> <em>(March 2014)</em> </p> @@ -78,8 +119,8 @@ href="http://tools.android.com/knownissues">http://tools.android.com/knownissues <dt>General Notes:</dt> <dd> <ul> - <li>Fixed a problem where the Android Virtual Device Manager could not create new virtual - devices. (<a href="http://b.android.com/66661">Issue 66661</a>)</li> + <li>Fixed a problem where the Android Virtual Device Manager could not create new + virtual devices. (<a href="http://b.android.com/66661">Issue 66661</a>)</li> <li><p>Fixed a problem with virtual devices created using ADT 22.3 or earlier.</p> <p>If you created an Android Virtual Device using ADT 22.3 or earlier, the AVD may be listed as <em>broken</em> in the AVD Manager in 22.6.1. To fix @@ -102,7 +143,6 @@ href="http://tools.android.com/knownissues">http://tools.android.com/knownissues </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" 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> |