diff --git a/docs/html/tools/building/plugin-for-gradle.jd b/docs/html/tools/building/plugin-for-gradle.jd index a616c3689bd56..aed1af2d61b8b 100644 --- a/docs/html/tools/building/plugin-for-gradle.jd +++ b/docs/html/tools/building/plugin-for-gradle.jd @@ -6,9 +6,22 @@ page.title=Android Plugin for Gradle
android-gradle-plugin-dsl.zip
-The output of the build is the same whether you are building a project from the command line, on a remote machine, or using Android Studio.
-The build configuration for your project is defined inside build.gradle files,
which are plain text files that use the syntax and options from Gradle and the Android plugin
@@ -80,7 +86,7 @@ through Groovy syntax. Groovy
language that you can use to define custom build logic and to interact with the Android-specific
elements provided by the Android plugin for Gradle.
The Android Studio build system assumes sensible defaults for the project structure and other build options. If your project adheres to these conventions, your Gradle build files are @@ -89,7 +95,7 @@ build system allows you to configure almost every aspect of the build process. F you need to replace the default source folders in your module directories, you can configure a new directory structure in the module's build file.
-A project in Android Studio represents the top-level Android development structure. Android Studio projects contain project files and one or more application modules. A @@ -256,7 +262,7 @@ local binary dependencies, and remote binary dependencies.
-The Android Studio build system defines a hierarchical set of build tasks: the top-level or anchor tasks invoke dependent tasks to produce their collective build outcomes. The top-level build @@ -283,7 +289,7 @@ the command line, as described in and Build the project from the command line.
-Android Studio projects contain the Gradle wrapper, which consists of:
@@ -317,7 +323,7 @@ machine and on other machines where Android Studio is not installed. scripts and JAR from a trusted source, such as those generated by Android Studio. -Each version of your app is represented in the build system by a build variant. Build variants are combinations of product flavors and build types. Product flavors represent