diff options
Diffstat (limited to 'docs/html/tools/sdk/eclipse-adt.jd')
| -rw-r--r-- | docs/html/tools/sdk/eclipse-adt.jd | 65 |
1 files changed, 64 insertions, 1 deletions
diff --git a/docs/html/tools/sdk/eclipse-adt.jd b/docs/html/tools/sdk/eclipse-adt.jd index c584ae5..d711e44 100644 --- a/docs/html/tools/sdk/eclipse-adt.jd +++ b/docs/html/tools/sdk/eclipse-adt.jd @@ -53,10 +53,73 @@ 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.6.0</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</a>. + If you haven't already installed SDK Tools r22.6 into your SDK, use the + Android SDK Manager to do so.</li> + </ul> + </dd> + + <dt>General Notes:</dt> + <dd> + <ul> + <li><p>Added support for Java 7 language features like multi-catch, try-with-resources, + and the diamond operator. These features require version 19 or higher + of the Build Tools. Try-with-resources requires <code>minSdkVersion</code> + 19; the rest of the new language features require + <code>minSdkVersion</code> 8 or higher.</p> + <p>To use the new language features after installing ADT 22.6.0, ensure + that you run Eclipse on JDK 7 and change your application project settings + to use JDK 7.</p> + </li> + <li>Added new lint checks: + <ul> + <li>Security: + <ul> + <li>Look for code potentially affected by a <code>SecureRandom</code> + vulnerability.</li> + <li>Check that calls to <code>checkPermission</code> use the return + value.</li> + </ul> + </li> + <li>Check that production builds do not use mock location providers.</li> + </ul> + </li> + <li>Updated the New Project templates to include the + <a href="{@docRoot}tools/support-library/features.html#v7-appcompat"> + v7 appcompat Support Library</a>.</li> + <li>Updated the Android tools libraries to include the rendering sandbox, + improvements for converting resource XML string declarations to layout + strings, and other updates.</li> + <li>Improved the Gradle export wizard. Note that the new importer in Android + Studio is the preferred way to migrate existing projects to Gradle.</li> + <li>Fixed a deadlock during startup.</li> + <li>Fixed an issue with RenderScript support. Using RenderScript support mode + now requires version 19.0.3 of the Build Tools.</li> + </ul> + </dd> + +</dl> +</div> +</div> + +<div class="toggle-content closed"> + <p><a href="#" onclick="return toggleContent(this)"> + <img src="{@docRoot}assets/images/triangle-opened.png" class="toggle-content-img" alt=""/>ADT 22.3.0</a> <em>(October 2013)</em> </p> |
