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.