List Gradle Tasks
Overview
Section titled “Overview”Discover all Gradle tasks available in your project, optionally filtered by module.
Parameters
Section titled “Parameters”| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
projectDir | string | Yes | — | Absolute path to the Android project root |
module | string | No | — | Specific module to list tasks for |
Examples
Section titled “Examples”List all Gradle tasks in my project
Show Gradle tasks for the :app module
Related Tools
Section titled “Related Tools”- Gradle Task — Run a specific task
- Gradle Build — Standard builds