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:
- - Download the Android SDK.
- - Install Android Studio.
- - Download the latest SDK tools and platforms using the
- SDK Manager.
+ - Download the Android Studio.
+ - 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
- - Open one of your project's files and click
+
- Select one of your project's files and click
Run
from the toolbar.