diff options
| author | Joe Fernandez <joefernandez@google.com> | 2014-12-06 03:58:32 +0000 |
|---|---|---|
| committer | Android (Google) Code Review <android-gerrit@google.com> | 2014-12-06 03:58:33 +0000 |
| commit | 36b8e73042657752dd502421c534a80fc143d2a0 (patch) | |
| tree | 0654ac9ad47a26ec939ec5bbf642f6e5ed90647d /docs/html | |
| parent | 9213e2a7965f75f37027209c498ae01e7d35c0ab (diff) | |
| parent | 0215606d8d58b93d07550ff6e857442306b96aae (diff) | |
| download | frameworks_base-36b8e73042657752dd502421c534a80fc143d2a0.zip frameworks_base-36b8e73042657752dd502421c534a80fc143d2a0.tar.gz frameworks_base-36b8e73042657752dd502421c534a80fc143d2a0.tar.bz2 | |
Merge "docs:building your first app"
Diffstat (limited to 'docs/html')
| -rw-r--r-- | docs/html/training/basics/firstapp/index.jd | 10 | ||||
| -rw-r--r-- | docs/html/training/basics/firstapp/running-app.jd | 2 |
2 files changed, 5 insertions, 7 deletions
diff --git a/docs/html/training/basics/firstapp/index.jd b/docs/html/training/basics/firstapp/index.jd index d5df0b7..4dca352 100644 --- a/docs/html/training/basics/firstapp/index.jd +++ b/docs/html/training/basics/firstapp/index.jd @@ -15,8 +15,7 @@ helpoutsWidget=true <h2>Dependencies and prerequisites</h2> <ul> - <li><a href="{@docRoot}sdk/index.html">Android SDK</a></li> - <li><a href="{@docRoot}sdk/installing/studio.html">Android Studio</a></li> + <li><a href="{@docRoot}sdk/index.html">Android Studio</a></li> </ul> </div> @@ -33,10 +32,9 @@ design, including how to build a simple user interface and handle user input.</p <p>Before you start this class, be sure you have your development environment set up. You need to:</p> <ol> - <li>Download the <a href="{@docRoot}sdk/index.html">Android SDK</a>.</li> - <li>Install <a href="{@docRoot}sdk/installing/studio.html">Android Studio</a>.</li> - <li>Download the latest SDK tools and platforms using the <a href="{@docRoot}tools/help/sdk-manager.html"> - SDK Manager</a>.</li> + <li>Download the <a href="{@docRoot}sdk/index.html">Android Studio</a>.</li> + <li>Download the latest SDK tools and platforms using the + <a href="{@docRoot}tools/help/sdk-manager.html">SDK Manager</a>.</li> </ol> <p class="note"><strong>Note:</strong> Make sure you install the most recent versions of Android diff --git a/docs/html/training/basics/firstapp/running-app.jd b/docs/html/training/basics/firstapp/running-app.jd index 50b4fea..c09669f 100644 --- a/docs/html/training/basics/firstapp/running-app.jd +++ b/docs/html/training/basics/firstapp/running-app.jd @@ -70,7 +70,7 @@ line tools.</p> <h3>Run the app from Android Studio</h3> <ol> - <li>Open one of your project's files and click + <li>Select one of your project's files and click <strong>Run</strong> <img src="{@docRoot}images/tools/as-run.png" style="vertical-align:baseline;margin:0; max-height:1em" /> from the toolbar.</li> |
