Get application id
get_app_idParses a module's build.gradle to retrieve its applicationId (package name), required for install, launch, and log operations.
Instructions
Get the applicationId (package name) of a module, parsed from its build.gradle(.kts). Needed by install/launch/log tools.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| module | No | Module name (defaults to session) | |
| variant | No | Variant, used to warn about applicationIdSuffix | |
| projectDir | No | Project root (defaults to session) |