diff options
author | Scott Main <smain@google.com> | 2011-03-14 16:42:17 -0700 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2011-03-14 16:42:17 -0700 |
commit | 04e1af802abfcecda2b86f1a3082a5c806026beb (patch) | |
tree | 2005d0eb4ba3eb6d125371cbbccbd64724022f2f /docs | |
parent | 65c282042dab1dfa75b10517190ba38834782c3b (diff) | |
parent | 7b013bb579a9bc372b30e2e520f6e200f6c2b1b9 (diff) | |
download | frameworks_base-04e1af802abfcecda2b86f1a3082a5c806026beb.zip frameworks_base-04e1af802abfcecda2b86f1a3082a5c806026beb.tar.gz frameworks_base-04e1af802abfcecda2b86f1a3082a5c806026beb.tar.bz2 |
am 7b013bb5: docs: release notes for ADT 10.0.1
* commit '7b013bb579a9bc372b30e2e520f6e200f6c2b1b9':
docs: release notes for ADT 10.0.1
Diffstat (limited to 'docs')
-rw-r--r-- | docs/html/sdk/eclipse-adt.jd | 40 | ||||
-rw-r--r-- | docs/html/sdk/sdk_toc.cs | 2 |
2 files changed, 36 insertions, 6 deletions
diff --git a/docs/html/sdk/eclipse-adt.jd b/docs/html/sdk/eclipse-adt.jd index 97717fe..ece9d4a 100644 --- a/docs/html/sdk/eclipse-adt.jd +++ b/docs/html/sdk/eclipse-adt.jd @@ -1,8 +1,8 @@ page.title=ADT Plugin for Eclipse -adt.zip.version=10.0.0 -adt.zip.download=ADT-10.0.0.zip -adt.zip.bytes=4243777 -adt.zip.checksum=bf88bff62bc45c3b6d062e2beed67765 +adt.zip.version=10.0.1 +adt.zip.download=ADT-10.0.1.zip +adt.zip.bytes=5096182 +adt.zip.checksum=e26a77db08377bdd2e62edeb9a3e3701 @jd:body @@ -33,7 +33,7 @@ to build Android applications.</p> <p>ADT extends the capabilities of Eclipse to let you quickly set up new Android projects, create an application UI, add components based on the Android Framework API, debug your applications using the Android SDK tools, and even -export signed (or unsigned) APKs in order to distribute your application.</p> +export signed (or unsigned) {@code .apk} files in order to distribute your application.</p> <p>Developing in Eclipse with ADT is highly recommended and is the fastest way to get started. With the guided project setup it provides, as well as tools @@ -100,6 +100,36 @@ padding: .25em 1em; <a href="#" onclick="return toggleDiv(this)"> <img src="{@docRoot}assets/images/triangle-opened.png" class="toggle-img" height="9px" width="9px" /> +ADT 10.0.1</a> <em>(March 2011)</em> + <div class="toggleme"> + +<dl> + +<dt>Dependencies:</dt> + +<dd>ADT 10.0.1 is designed for use with SDK Tools r10. If you haven't +already installed SDK Tools r10 into your SDK, use the Android SDK and AVD Manager to do +so.</dd> + +<dt>General notes:</dt> +<dd> + <ul> + <li>Temporary work-around to resolve the rare cases in which the layout editor will +not open.</li> + <li>Fix issue in which ADT 10.0.0 would install on Eclipse 3.4 and lower, even though ADT +requires Eclipse 3.5 or higher (as of 10.0.0).</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 10.0.0</a> <em>(February 2011)</em> <div class="toggleme"> diff --git a/docs/html/sdk/sdk_toc.cs b/docs/html/sdk/sdk_toc.cs index a1c26db..6b9a5ce 100644 --- a/docs/html/sdk/sdk_toc.cs +++ b/docs/html/sdk/sdk_toc.cs @@ -129,7 +129,7 @@ class="new">new!</span></li> <span style="display:none" class="zh-TW"></span> </h2> <ul> - <li><a href="<?cs var:toroot ?>sdk/eclipse-adt.html">ADT 10.0.0 + <li><a href="<?cs var:toroot ?>sdk/eclipse-adt.html">ADT 10.0.1 <span style="display:none" class="de"></span> <span style="display:none" class="es"></span> <span style="display:none" class="fr"></span> |