Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 36b8e730 authored by Joe Fernandez's avatar Joe Fernandez Committed by Android (Google) Code Review
Browse files

Merge "docs:building your first app"

parents 9213e2a7 0215606d
Loading
Loading
Loading
Loading
+4 −6
Original line number Diff line number Diff line
@@ -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
+1 −1
Original line number Diff line number Diff line
@@ -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>