https://dcow.github.io/android-gradle-plugin-docs
Documentation for the Android Gradle plugin. I generated them from the android sdk project sources.
$ cd path/to/sdk-repo
(e.g. studio-master-dev
or gradle_0.14.2
)
$ repo sync
$ cd tools
$ chmod u+w gradle.properties
$ echo "org.gradle.java.home=$(/usr/libexec/java_home -v 1.6)" >> gradle.properties
$ ./gradlew base:gradle:groovyDoc
Docs live in:
out/build/base/gradle/build/docs/groovydoc
You can view them on gh-pages.