The AndroidIDE Gradle Plugin
The AndroidIDE Gradle Plugin (:gradle-plugin
module) is used to configure the build for a project that is built inside AndroidIDE.
Init Script Plugin
The AndroidIDEInitScriptPlugin is applied using the auto-generated Gradle initialization script. This init script configures the repositories and classpath for the root project and then applies the AndroidIDEPlugin to all subprojects.
Project Plugin
The AndroidIDEPlugin configures all the subprojects. At the time of this writing, it only applies the LogSenderPlugin
to all Android application modules (com.android.application
).
LogSender Plugin
The LogSenderPlugin adds the LogSender dependency (:logsender
module published to Maven Central) to all the debuggable variants of the Android application module.