diff options
Diffstat (limited to 'docs/html/guide/developing/projects/index.jd')
-rw-r--r-- | docs/html/guide/developing/projects/index.jd | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/docs/html/guide/developing/projects/index.jd b/docs/html/guide/developing/projects/index.jd index ac8a1a5..b16e466 100644 --- a/docs/html/guide/developing/projects/index.jd +++ b/docs/html/guide/developing/projects/index.jd @@ -179,8 +179,9 @@ page.title=Managing Projects <dd>Customizable computer-specific properties for the build system. If you use Ant to build the project, this contains the path to the SDK installation. Because the content of the file - is specific to the local installation of the SDK, maintained it in a source - revision control system. If you use Eclipse, this file is not used.</dd> + is specific to the local installation of the SDK, the <code>local.properties</code> should not +be maintained in a source revision control system. If you use Eclipse, this file is not +used.</dd> <dt><code>ant.properties</code></dt> @@ -208,8 +209,8 @@ page.title=Managing Projects application uses code and resources from an example library project called TicTacToeLib.</p> <p>To download the sample applications and run them as projects in - your environment, use the <em>Android SDK and AVD Manager</em> to download the "Samples for - SDK API 8" (or later) component into your SDK.</p> + your environment, use the <em>Android SDK Manager</em> to download the "Samples for + SDK API 8" (or later) package into your SDK.</p> <p>For more information and to browse the code of the samples, see the <a href="{@docRoot}resources/samples/TicTacToeMain/index.html">TicTacToeMain @@ -226,8 +227,8 @@ page.title=Managing Projects <p class="note"><strong>Note:</strong> You need SDK Tools r14 or newer to use the new library project feature that generates each library project into its own JAR file. You can download the tools and platforms using the - <em>Android SDK and AVD Manager</em>, as described in - <a href="{@docRoot}sdk/adding-components.html">Adding SDK Components</a>.</p> + <em>Android SDK Manager</em>, as described in + <a href="{@docRoot}sdk/adding-components.html">Adding SDK Packages</a>.</p> <p>If you have source code and resources that are common to multiple Android projects, you can move them to a library project so that it is easier to maintain across applications and |