diff options
author | Scott Main <smain@google.com> | 2010-11-09 15:29:22 -0800 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2010-11-09 15:29:22 -0800 |
commit | a784d5528f6fa07a48bb7de9dcfa04eb60044927 (patch) | |
tree | 38604e2f3fe2b3983fd806ce24d778355b74dbe0 /docs | |
parent | 28c742573ccaeb55c16bc02fb25fdd86b8d1f76a (diff) | |
parent | c0c0c4209eaa194bb9d6fae2bf68bb81d34bcad2 (diff) | |
download | frameworks_base-a784d5528f6fa07a48bb7de9dcfa04eb60044927.zip frameworks_base-a784d5528f6fa07a48bb7de9dcfa04eb60044927.tar.gz frameworks_base-a784d5528f6fa07a48bb7de9dcfa04eb60044927.tar.bz2 |
Merge "docs: add release notes for ADT v8" into gingerbread
Diffstat (limited to 'docs')
-rw-r--r-- | docs/html/sdk/eclipse-adt.jd | 44 | ||||
-rw-r--r-- | docs/html/sdk/sdk_toc.cs | 5 |
2 files changed, 46 insertions, 3 deletions
diff --git a/docs/html/sdk/eclipse-adt.jd b/docs/html/sdk/eclipse-adt.jd index 632fa4b..350f2b0 100644 --- a/docs/html/sdk/eclipse-adt.jd +++ b/docs/html/sdk/eclipse-adt.jd @@ -103,12 +103,54 @@ padding: .25em 1em; <div class="toggleable opened"> <a href="#" onclick="return toggleDiv(this)"> <img src="{@docRoot}assets/images/triangle-opened.png" class="toggle-img" height="9px" width="9px" /> -ADT 0.9.9</a> <em>(September 2010)</em> +ADT 8.0</a> <em>(November 2010)</em> <div class="toggleme"> +<dl> + +<dt>Dependencies:</dt> + +<p><p>ADT 8.0 is designed for use with SDK Tools r8. If you haven't +already installed SDK Tools r8 into your SDK, use the Android SDK and AVD Manager to do +so.</p></dd> +<dt>General notes:</dt> +<dd> +<ul> + <li>New version number scheme that follows the SDK Tools revision number. The major version +number for your ADT plugin should now always match the revision number of your SDK Tools. For +example, ADT 8.x is for SDK Tools r8.</li> + <li>Support for true debug build. You no longer need to change the value of the + <code>debuggable</code> attribute in the Android Manifest. + <p>Incremental builds automatically insert <code>debuggable="true"</code>, but if you perform + "export signed/unsigned application package", ADT does <em>not</em> insert it. + If you manually set <code>debuggable="true"</code> in the manifest file, then release builds will + actually create a debug build (it does not remove it if you placed it there).</p></li> + <li>Automatic <a href="{@docRoot}guide/developing/tools/proguard.html">Proguard</a> support in +release builds. For it to work, you need to have a <code>proguard.config</code> + property in the <code>default.properties</code> file that points to a proguard config file.</li> + <li>Completely rewritten Visual Layout Editor. (This is still a work in progress.) Now includes: + <ul> + <li>Full drag and drop from palette to layout for all Layout classes.</li> + <li>Move widgets inside a Layout view, from one Layout view to another and from one layout file to another.</li> + <li>Contextual menu with enum/flag type properties.</li> + <li>New zoom controls.</li> + </ul></li> + <li>New HierarchyViewer plug-in integrated in Eclipse.</li> + <li>Android launch configurations don't recompile the whole workspace on launch anymore.</li> + <li><code>android.jar</code> source and javadoc location can now be configured.</li> </ul> </dd> +</dl> + </div> +</div> + + +<div class="toggleable closed"> + <a href="#" onclick="return toggleDiv(this)"> + <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-img" height="9px" width="9px" /> +ADT 0.9.9</a> <em>(September 2010)</em> + <div class="toggleme"> <dl> diff --git a/docs/html/sdk/sdk_toc.cs b/docs/html/sdk/sdk_toc.cs index ecc69c2..7ccb7a0 100644 --- a/docs/html/sdk/sdk_toc.cs +++ b/docs/html/sdk/sdk_toc.cs @@ -93,7 +93,7 @@ <span style="display:none" class="zh-TW"></span> </h2> <ul> - <li><a href="<?cs var:toroot ?>sdk/eclipse-adt.html">ADT 0.9.9 + <li><a href="<?cs var:toroot ?>sdk/eclipse-adt.html">ADT 8.0 <span style="display:none" class="de"></span> <span style="display:none" class="es"></span> <span style="display:none" class="fr"></span> @@ -115,7 +115,8 @@ <span style="display:none" class="zh-TW"></span> </h2> <ul> - <li><a href="<?cs var:toroot ?>sdk/ndk/index.html">Download the Android NDK, r5</a></li> + <li><a href="<?cs var:toroot ?>sdk/ndk/index.html">Download the Android NDK, r5</a> + <span class="new">new!</span></li> <li><a href="<?cs var:toroot ?>sdk/ndk/overview.html">What is the NDK?</a></li> </ul> </li> |