From e25b3fa17880a97d5bcfc160ad4a2804775df23d Mon Sep 17 00:00:00 2001
From: Rich Slogar 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 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:In this document
-
+Reference
+
+
See also
@@ -20,13 +33,6 @@ Building and Running
Building and Running from Android Studio
-Download
-Build configuration
+Build Configuration
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.Build by convention
+Build by Convention
Projects and modules build settings
+Project and Module Settings
Build tasks
+Build Tasks
The Gradle wrapper
+Gradle Wrapper
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