agp-doc is deprecated and no additional documentation will be published here. Google is hosting new documentation at https://github.com/google/android-gradle-dsl. Thanks for stopping by!
This repository hosts the DSL reference and Groovydoc for every version of the Android Gradle Plugin.
- Current (1.3.1) - DSL Groovydoc
- 1.3.1 - DSL Groovydoc
- 1.3.0 - DSL Groovydoc
- 1.2.3 - DSL Groovydoc
- 1.2.2 - DSL Groovydoc
- 1.2.1 - DSL Groovydoc
- 1.2.0 - DSL Groovydoc
- 1.1.3 - DSL Groovydoc
- 1.1.2 - DSL Groovydoc
- 1.1.1 - DSL Groovydoc
- 1.1.0 - DSL Groovydoc
- 1.0.1 - DSL Groovydoc
- 1.0.0 - DSL Groovydoc
Create a directory for the desired version, initialize repo with the AOSP tag, build:
$ mkdir 1.2.3; cd $_
$ repo init -u https://android.googlesource.com/platform/manifest -b gradle_1.2.3
$ ../generate-docs.sh 1.2.3
The documentation is written to:
out/build/base/docs/build/docs/
Generating documentation consumes about 2.5GB per version. Unlike repo sync
,
which normally clones every AOSP project, generate-docs.sh
only clones AOSP projects that are used to build the documentation. A
case-sensitive file system is not required.
Copyright 2015 James Wald
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.