/android-gradle-plugin-docs

Groovy documentation for the Android gradle plugin.

Primary LanguageCSS

Android Gradle Plugin Docs

https://dcow.github.io/android-gradle-plugin-docs

Documentation for the Android Gradle plugin. I generated them from the android sdk project sources.

OSX

$ 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.