From 7ceea5145bb4ab088bd142ba1fc29e557c7888eb Mon Sep 17 00:00:00 2001
From: David Friedman
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:java/ - Source files for the module. 
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