Skip to content

Commit bd26ba4

Browse files
scottamainAndroid (Google) Code Review
authored andcommitted
Merge "docs: update SDK and AVD Manager strings; update android tool doc and update another AVD manager screenshot and finally change "component" to "package" for SDK manager docs" into ics-mr1
2 parents af9a26b + a7b1b8c commit bd26ba4

File tree

29 files changed

+249
-220
lines changed

29 files changed

+249
-220
lines changed

docs/html/guide/appendix/api-levels.jd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -350,11 +350,11 @@ including the latest version, and provides an updater tool that you can use to
350350
download other platform versions as necessary. </p>
351351

352352
<p>To access the updater, use the <code>android</code> command-line tool,
353-
located in the &lt;sdk&gt;/tools directory. You can launch the Updater by using
354-
the <code>android</code> command without specifying any options. You can
353+
located in the &lt;sdk&gt;/tools directory. You can launch the SDK updater by
354+
executing <code>android sdk</code>. You can
355355
also simply double-click the android.bat (Windows) or android (OS X/Linux) file.
356356
In ADT, you can also access the updater by selecting
357-
<strong>Window</strong>&nbsp;>&nbsp;<strong>Android SDK and AVD
357+
<strong>Window</strong>&nbsp;>&nbsp;<strong>Android SDK
358358
Manager</strong>.</p>
359359

360360
<p>To run your application against different platform versions in the emulator,

docs/html/guide/developing/building/building-cmdline.jd

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -202,12 +202,12 @@ ant release
202202

203203
<ol>
204204
<li>
205-
<strong>Open the SDK and AVD Manager and launch a virtual device</strong>
205+
<strong>Open the AVD Manager and launch a virtual device</strong>
206206

207-
<p>From your SDK's <code>platform-tools/</code> directory, execute the {@code android} tool with no
208-
arguments:</p>
207+
<p>From your SDK's <code>platform-tools/</code> directory, execute the {@code android} tool
208+
with the <code>avd</code> options:</p>
209209
<pre>
210-
android
210+
android avd
211211
</pre>
212212

213213
<p>In the <em>Virtual Devices</em> view, select an AVD and click <strong>Start</strong>.</p>
@@ -237,7 +237,7 @@ adb -s emulator-5554 install <em>path/to/your/app</em>.apk
237237
</ol>
238238

239239
<p>If you don't see your application on the emulator, try closing the emulator and launching the
240-
virtual device again from the SDK and AVD Manager. Sometimes when you install an application for the
240+
virtual device again from the AVD Manager. Sometimes when you install an application for the
241241
first time, it won't show up in the application launcher or be accessible by other applications.
242242
This is because the package manager usually examines manifests completely only on emulator
243243
startup.</p>

docs/html/guide/developing/devices/index.jd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ page.title=Managing Virtual Devices
77

88
<p>The easiest way to create an AVD is to use the graphical <a href=
99
"{@docRoot}guide/developing/devices/managing-avds.html">AVD Manager</a>, which you launch
10-
from Eclipse by clicking <strong>Window &gt; Android SDK and AVD Manager</strong>. You can also start
11-
the AVD Manager from the command line by calling the <code>android</code> tool in the <strong>tools</strong>
12-
directory of the Android SDK.</p>
10+
from Eclipse by clicking <strong>Window &gt; AVD Manager</strong>. You can also start the AVD
11+
Manager from the command line by calling the <code>android</code> tool with the <code>avd</code>
12+
options, from the <strong>&lt;sdk>/tools/</strong> directory.</p>
1313

1414
<p>You can also create AVDs on the command line by passing the <code>android</code> tool options.
1515
For more information on how to create AVDs in this manner, see <a href=

docs/html/guide/developing/devices/managing-avds.jd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ parent.link=index.html
4242
<li>Start the AVD Manager:
4343

4444
<ul>
45-
<li>In Eclipse: select <strong>Window &gt; Android SDK and AVD Manager</strong>, or click
46-
the Android SDK and AVD Manager icon in the Eclipse toolbar.</li>
45+
<li>In Eclipse: select <strong>Window &gt; AVD Manager</strong>, or click
46+
the AVD Manager icon in the Eclipse toolbar.</li>
4747

4848
<li>In other IDEs: Navigate to your SDK's <code>tools/</code> directory and execute the
4949
<code>android</code> tool with no arguments.</li>
@@ -72,7 +72,7 @@ parent.link=index.html
7272
<li>Click <strong>Create AVD</strong>.</li>
7373
</ol>
7474

75-
<p>Your AVD is now ready and you can either close the SDK and AVD Manager, create more AVDs, or
75+
<p>Your AVD is now ready and you can either close the AVD Manager, create more AVDs, or
7676
launch an emulator with the AVD by selecting a device and clicking <strong>Start</strong>.</p>
7777

7878
<h3 id="hardwareopts">Hardware options</h3>

docs/html/guide/developing/projects/index.jd

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -209,8 +209,8 @@ used.</dd>
209209
application uses code and resources from an example library project called TicTacToeLib.</p>
210210

211211
<p>To download the sample applications and run them as projects in
212-
your environment, use the <em>Android SDK and AVD Manager</em> to download the "Samples for
213-
SDK API 8" (or later) component into your SDK.</p>
212+
your environment, use the <em>Android SDK Manager</em> to download the "Samples for
213+
SDK API 8" (or later) package into your SDK.</p>
214214

215215
<p>For more information and to browse the code of the samples, see
216216
the <a href="{@docRoot}resources/samples/TicTacToeMain/index.html">TicTacToeMain
@@ -227,8 +227,8 @@ used.</dd>
227227
<p class="note"><strong>Note:</strong> You need SDK Tools r14 or newer to use the new library
228228
project feature that generates each library project into its own JAR file.
229229
You can download the tools and platforms using the
230-
<em>Android SDK and AVD Manager</em>, as described in
231-
<a href="{@docRoot}sdk/adding-components.html">Adding SDK Components</a>.</p>
230+
<em>Android SDK Manager</em>, as described in
231+
<a href="{@docRoot}sdk/adding-components.html">Adding SDK Packages</a>.</p>
232232

233233
<p>If you have source code and resources that are common to multiple Android projects, you
234234
can move them to a library project so that it is easier to maintain across applications and

docs/html/guide/developing/tools/adt.jd

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,9 +102,8 @@ Project site.</p>
102102
(<strong>Window &gt; Open Perspective &gt; Traceview</strong>). </li>
103103

104104
<li><a href="{@docRoot}guide/developing/tools/android.html">android</a>: Provides access to
105-
the Android SDK and AVD Manager. Other <code>android</code> features such as creating or
106-
updating projects (application and library) are integrated throughout the Eclipse IDE
107-
(<strong>Window &gt; Android SDK and AVD Manager</strong>). </li>
105+
the Android SDK Manager and AVD Manager. Other <code>android</code> features such as creating or
106+
updating projects (application and library) are integrated throughout the Eclipse IDE. </li>
108107

109108
<li><a href="{@docRoot}guide/developing/debugging/debugging-ui.html#HierarchyViewer">Hierarchy
110109
Viewer</a>: Allows you to visualize your application's view hierarchy to find inefficiencies

docs/html/guide/developing/tools/android.jd

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,16 @@ Line</a>.</li>
1515
the Command Line</a>.</li>
1616

1717
<li>Update your Android SDK with new platforms, add-ons, and documentation. See <a href=
18-
"{@docRoot}sdk/adding-components.html">Adding SDK Components</a>.</li>
18+
"{@docRoot}sdk/adding-components.html">Adding SDK Packages</a>.</li>
1919
</ul>If you are using Eclipse, the <code>android</code> tool's features are integrated
2020
into ADT, so you should not need to use this tool directly.
21+
22+
<p class="note"><strong>Note:</strong> The documentation of options below is not exhaustive
23+
and may be out of date. For the most current list of options, execute <code>android
24+
--help</code>.</p>
25+
26+
27+
2128

2229
<h2>Syntax</h2>
2330
<pre>android [global options] action [action options]</pre>
@@ -51,6 +58,26 @@ Line</a>.</li>
5158
<th>Comments</th>
5259
</tr>
5360

61+
<tr>
62+
<td rowspan="6"><code>avd</code></td>
63+
64+
<td>None</td>
65+
66+
<td>Launch the AVD Manager</td>
67+
68+
<td></td>
69+
</tr>
70+
71+
<tr>
72+
<td rowspan="6"><code>sdk</code></td>
73+
74+
<td>None</td>
75+
76+
<td>Launch the Android SDK Manager</td>
77+
78+
<td></td>
79+
</tr>
80+
5481
<tr>
5582
<td rowspan="6"><code>create avd</code></td>
5683

docs/html/guide/developing/tools/index.jd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ latest Android platform.</p>
1212
<h2 id="tools-sdk">SDK Tools</h2>
1313
<p>The SDK tools are installed with the SDK starter package and are periodically updated.
1414
The SDK tools are required if you are developing Android applications. The most important SDK tools
15-
include the Android SDK and AVD Manager (<code>android</code>), the emulator
16-
(<code>emulator</code>), and the Dalvik Debug Monitor Server
15+
include the Android SDK Manager (<code>android sdk</code>), the AVD Manager (<code>android
16+
avd</code>) the emulator (<code>emulator</code>), and the Dalvik Debug Monitor Server
1717
(<code>ddms</code>). A short summary of some frequently-used SDK tools is provided below.</p>
1818

1919
<dl>

docs/html/guide/market/billing/billing_integrate.jd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -149,8 +149,8 @@ relies on these utility classes.</td>
149149
</table>
150150

151151
<p>The in-app billing sample application is available as a downloadable component of the Android
152-
SDK. To download the sample application component, launch the Android SDK and AVD Manager and then
153-
select the "Google Market Billing package" component (see figure 1), and click <strong>Install
152+
SDK. To download the sample application component, launch the Android SDK Manager and then
153+
select the <strong>Google Market Billing package</strong> component (see figure 1), and click <strong>Install
154154
Selected</strong> to begin the download.</p>
155155

156156

@@ -160,7 +160,7 @@ Selected</strong> to begin the download.</p>
160160
the AIDL file.
161161
</p>
162162

163-
<p>When the download is complete, the Android SDK and AVD Manager saves the component into the
163+
<p>When the download is complete, the Android SDK Manager saves the component into the
164164
following directory:</p>
165165

166166
<p><code>&lt;sdk&gt;/extras/google/market_billing/</code></p>

docs/html/guide/market/licensing/overview.jd

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,9 @@ information about the application and user&mdash;your application and the Google
5858
together to assemble the information and the Google Play client passes it to the server. </p>
5959

6060
<p>To help you add licensing to your application, the Android SDK provides a downloadable set of
61-
library sources that you can include in your application project: the "Google Market Licensing
62-
package." The License Verification Library (LVL) is a library you can add to your application that
61+
library sources that you can include in your application project: the Google Market
62+
Licensing package. The License Verification Library (LVL) is a library you can add to your
63+
application that
6364
handles all of the licensing-related communication with the Google Play licensing service. With
6465
the LVL added to your application, your application can determine its licensing status for the
6566
current user by simply calling a method and implementing a callback that receives the status
@@ -116,7 +117,7 @@ tampered with or that are spoofed.</p>
116117

117118
<h2 id="LVL">Licensing Verification Library</h2>
118119

119-
<p>The Android SDK provides a downloadable component called the "Google Market Licensing package,"
120+
<p>The Android SDK provides a downloadable package called the Google Market Licensing package,
120121
which includes the License Verification Library (LVL). The LVL greatly simplifies the process of
121122
adding licensing to your application and helps ensure a more secure, robust implementation for your
122123
application. The LVL provides internal classes that handle most of the standard operations of a
@@ -162,8 +163,8 @@ does not cache any response data and allows the application access <em>only</em>
162163
when the server returns a licensed response.</dd>
163164
</dl>
164165

165-
<p>The LVL is available as a downloadable component of the Android SDK. The
166-
component includes both the LVL itself and an example application that shows how
166+
<p>The LVL is available as a downloadable package of the Android SDK. The
167+
package includes both the LVL itself and an example application that shows how
167168
the library should be integrated with your application and how your application
168169
should manage response data, UI interaction, and error conditions. </p>
169170

0 commit comments

Comments
 (0)