From 7ceea5145bb4ab088bd142ba1fc29e557c7888eb Mon Sep 17 00:00:00 2001 From: David Friedman Date: Mon, 1 Jun 2015 13:52:30 -0700 Subject: Docs: Fixes several typos on Android Studio index.html page. Change-Id: I255ae6ea19fe230dc4c4b859a8d735f3fdd8efca --- docs/html/tools/studio/index.jd | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/html/tools/studio/index.jd b/docs/html/tools/studio/index.jd index 7f7fbadd2696..03464040f995 100644 --- a/docs/html/tools/studio/index.jd +++ b/docs/html/tools/studio/index.jd @@ -83,11 +83,11 @@ The Android project view:

Figure 1. Show the Android project view.

-

Figure 2. Show project build Files.

+

Figure 2. Show project build files.

The Android project view shows all the build files at the top level of the project hierarchy under Gradle Scripts. Each project module appears as a folder at the -top level of the project hierarchy and contains these three elements at the top level:

+top level of the project hierarchy and contains these four elements at the top level:

For example, selecting the Problems view of your project displays links to the -source files containing any recognized coding and syntax errors, such as missing a XML element +source files containing any recognized coding and syntax errors, such as missing an XML element closing tag in a layout file.

For more information, see @@ -200,7 +200,7 @@ uniquely identify application packages for publishing. The application ID is set

Note: The applicationId is specified only in your -build.gradle file, and not in the AndroidManifest.xml file.

+{@code build.gradle} file, and not in the AndroidManifest.xml file.

When using build variants, the build system enables you to uniquely identify different packages for each product flavors and build types. The application ID in the build type is added as @@ -644,7 +644,7 @@ When running the Android Plugin from the command line or on machines where Andro installed, set the Android Plugin for Gradle proxy settings in the Gradle build file.

For application-specific HTTP proxy settings, set the proxy settings in the -build.gradle file as required for each application module.

+{@code build.gradle} file as required for each application module.

 apply plugin: 'com.android.application'
 
-- 
cgit v1.2.3-59-g8ed1b