am 1e51b3ae: am 14864414: am f7f20a45: docs:building your first app [CP]

* commit '1e51b3ae711c6554be7054b74c2190bbe3bfbec7':
  docs:building your first app [CP]
This commit is contained in:
Rich Slogar
2014-12-06 10:27:14 +00:00
committed by Android Git Automerger
2 changed files with 5 additions and 7 deletions

View File

@@ -15,8 +15,7 @@ helpoutsWidget=true
<h2>Dependencies and prerequisites</h2> <h2>Dependencies and prerequisites</h2>
<ul> <ul>
<li><a href="{@docRoot}sdk/index.html">Android SDK</a></li> <li><a href="{@docRoot}sdk/index.html">Android Studio</a></li>
<li><a href="{@docRoot}sdk/installing/studio.html">Android Studio</a></li>
</ul> </ul>
</div> </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 <p>Before you start this class, be sure you have your development environment set up. You need
to:</p> to:</p>
<ol> <ol>
<li>Download the <a href="{@docRoot}sdk/index.html">Android SDK</a>.</li> <li>Download the <a href="{@docRoot}sdk/index.html">Android Studio</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
<li>Download the latest SDK tools and platforms using the <a href="{@docRoot}tools/help/sdk-manager.html"> <a href="{@docRoot}tools/help/sdk-manager.html">SDK Manager</a>.</li>
SDK Manager</a>.</li>
</ol> </ol>
<p class="note"><strong>Note:</strong> Make sure you install the most recent versions of Android <p class="note"><strong>Note:</strong> Make sure you install the most recent versions of Android

View File

@@ -70,7 +70,7 @@ line tools.</p>
<h3>Run the app from Android Studio</h3> <h3>Run the app from Android Studio</h3>
<ol> <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 <strong>Run</strong> <img
src="{@docRoot}images/tools/as-run.png" style="vertical-align:baseline;margin:0; max-height:1em" /> src="{@docRoot}images/tools/as-run.png" style="vertical-align:baseline;margin:0; max-height:1em" />
from the toolbar.</li> from the toolbar.</li>