summaryrefslogtreecommitdiffstats
path: root/docs/html/tools
diff options
context:
space:
mode:
authorScott Main <smain@google.com>2012-10-23 14:14:18 -0700
committerScott Main <smain@google.com>2012-11-12 17:54:32 -0800
commit6453dfb79712c288bdf825a2a4c43e583e5c8aa4 (patch)
tree75fa3521b60c54df6f30ca717d8e233d0d7784f0 /docs/html/tools
parent4233c939014c39ce9d95556db1b654e906f8ce5b (diff)
downloadframeworks_base-6453dfb79712c288bdf825a2a4c43e583e5c8aa4.zip
frameworks_base-6453dfb79712c288bdf825a2a4c43e583e5c8aa4.tar.gz
frameworks_base-6453dfb79712c288bdf825a2a4c43e583e5c8aa4.tar.bz2
update Download and installation guides for ADT Bundle
Change-Id: I59d3113d4caf937b13e10c50618a37ae86d4ae55
Diffstat (limited to 'docs/html/tools')
-rw-r--r--docs/html/tools/help/adt.jd44
-rw-r--r--docs/html/tools/sdk/ndk/index.jd4
-rw-r--r--docs/html/tools/tools_toc.cs18
3 files changed, 55 insertions, 11 deletions
diff --git a/docs/html/tools/help/adt.jd b/docs/html/tools/help/adt.jd
index cd5bc67..18e7443 100644
--- a/docs/html/tools/help/adt.jd
+++ b/docs/html/tools/help/adt.jd
@@ -23,6 +23,7 @@ page.title=Android Developer Tools
</li>
<li><a href="#refactoring">Layout Factoring Support</a></li>
+ <li><a href="#Updating">Updating the ADT Plugin</h2>
</ol>
@@ -525,3 +526,46 @@ of the more important refactoring features.</p>
as a string, place the text cursor in the string and press Ctrl-1 to see the refactoring context
menu.</dd>
</dl>
+
+
+
+
+
+<h2 id="Updating">Updating the ADT Plugin</h2>
+
+<p>From time to time, a new revision of the ADT Plugin becomes available, with
+new features and bug fixes. Generally, when a new revision of ADT is available,
+you should update to it as soon as convenient. </p>
+
+<p>In some cases, a new revision of ADT will have a dependency on a specific
+revision of the Android SDK Tools. If such dependencies exist, you will need to
+update the SDK Tools package of the SDK after installing the new revision of
+ADT. To update the SDK Tools package, use the Android SDK Manager, as
+described in <a href="{@docRoot}sdk/exploring.html">Exploring the SDK</a>.</p>
+
+<p>To learn about new features of each ADT revision and also any dependencies on
+the SDK Tools, see the listings in the <a href="#notes">Revisions</a>
+section. To determine the version currently installed, open the
+Eclipse Installed Software window using <strong>Help</strong>
+&gt; <strong>Software Updates</strong> and refer to the version listed for
+"Android Development Tools".</p>
+
+<p>Follow the steps below to check whether an update is available and, if so,
+to install it. </p>
+
+<ol>
+ <li>Select <strong>Help</strong> &gt; <strong>Check for Updates</strong>.
+ <p>If there are no updates available, a dialog will say so and you're done.</p></li>
+ <li>If there are updates available, select Android DDMS, Android Development Tools,
+ and Android Hierarchy Viewer, then click <strong>Next</strong>.</li>
+ <li>In the Update Details dialog, click <strong>Next</strong>.</li>
+ <li>Read and accept the license agreement and then click <strong>Finish</strong>.
+ This will download and install the latest version of Android DDMS and
+ Android Development Tools.</li>
+ <li>Restart Eclipse.</li>
+</ol>
+
+
+<p>If you encounter problems during the update, remove the existing ADT plugin from Eclipse, then
+perform a fresh installation, using the instructions for <a href="#installing">Installing the ADT
+Plugin</a>.</p>
diff --git a/docs/html/tools/sdk/ndk/index.jd b/docs/html/tools/sdk/ndk/index.jd
index 9b30ff1..7c8ca71 100644
--- a/docs/html/tools/sdk/ndk/index.jd
+++ b/docs/html/tools/sdk/ndk/index.jd
@@ -44,8 +44,8 @@ page.title=Android NDK
<p>The NDK is a toolset that allows you to implement parts
of your app using native-code languages such as C and C++. For certain types of apps,
- this can be helpful so that you may reuse existing code libraries written in these
- languages and possibly increased performance.</p>
+ this can be helpful so you can reuse existing code libraries written in these
+ languages, but most apps do not need the Android NDK.</p>
<p>Before downloading the NDK, you should understand that <strong>the NDK
will not benefit most apps</strong>. As a developer, you need to balance its benefits
diff --git a/docs/html/tools/tools_toc.cs b/docs/html/tools/tools_toc.cs
index 6e58100..56bbd5a 100644
--- a/docs/html/tools/tools_toc.cs
+++ b/docs/html/tools/tools_toc.cs
@@ -10,22 +10,22 @@
<div class="nav-section-header"><a href="<?cs var:toroot
?>sdk/index.html"><span class="en">Download</span></a></div>
<ul>
+ <li><a href="<?cs var:toroot ?>sdk/installing/bundle.html">
+ <span class="en">Setting Up the ADT Bundle</span></a></li>
<li class="nav-section">
<div class="nav-section-header">
- <a href="<?cs var:toroot ?>sdk/installing/index.html"><span class="en">Installing
- the SDK</span></a></div>
+ <a href="<?cs var:toroot ?>sdk/installing/index.html"><span class="en">Setting Up
+ an Existing IDE</span></a></div>
<ul>
- <li><a href="<?cs var:toroot ?>sdk/installing/adding-packages.html">
- <span class="en">Adding Platforms and Packages</span></a></li>
<li><a href="<?cs var:toroot ?>sdk/installing/installing-adt.html">
<span class="en">Installing the Eclipse Plugin</span></a></li>
- <li><a href="<?cs var:toroot ?>sdk/installing/next.html">
- <span class="en">Next Steps</span></a></li>
+ <li><a href="<?cs var:toroot ?>sdk/installing/adding-packages.html">
+ <span class="en">Adding Platforms and Packages</span></a></li>
</ul>
</li>
- <li><a href="<?cs var:toroot ?>sdk/exploring.html">
- <span class="en">Exploring the SDK</span></a></li>
- <li><a href="<?cs var:toroot ?>tools/sdk/ndk/index.html">NDK</a>
+ <li><a href="<?cs var:toroot ?>sdk/exploring.html">
+ <span class="en">Exploring the SDK</span></a></li>
+ <li><a href="<?cs var:toroot ?>tools/sdk/ndk/index.html">Download the NDK</a>
</li>
</ul>
</li>