From f7f20a45575863b04bc5527d36d2df61c0eaafe7 Mon Sep 17 00:00:00 2001 From: Rich Slogar Date: Fri, 5 Dec 2014 19:39:09 -0800 Subject: [PATCH] docs:building your first app [CP] Change-Id: I3d810d0043be59a1eecfac7c02631542e9408f01 (cherry picked from commit 0215606d8d58b93d07550ff6e857442306b96aae) --- docs/html/training/basics/firstapp/index.jd | 10 ++++------ 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 d5df0b7602939..4dca3522ef0fd 100644 --- a/docs/html/training/basics/firstapp/index.jd +++ b/docs/html/training/basics/firstapp/index.jd @@ -15,8 +15,7 @@ helpoutsWidget=true

Dependencies and prerequisites

@@ -33,10 +32,9 @@ design, including how to build a simple user interface and handle user input.

Before you start this class, be sure you have your development environment set up. You need to:

    -
  1. Download the Android SDK.
  2. -
  3. Install Android Studio.
  4. -
  5. Download the latest SDK tools and platforms using the - SDK Manager.
  6. +
  7. Download the Android Studio.
  8. +
  9. Download the latest SDK tools and platforms using the + SDK Manager.

Note: 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 50b4fea49aeed..c09669fc5840d 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.

Run the app from Android Studio

    -
  1. Open one of your project's files and click +
  2. Select one of your project's files and click Run from the toolbar.