Get APK path
get_apk_pathGet the exact file path of an existing APK for a chosen module and variant, no build required.
Instructions
Locate the most recent built APK for a module/variant without building.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| module | No | Gradle module, e.g. 'app' (defaults to session) | |
| variant | No | Build variant, e.g. 'debug' (defaults to session) | |
| projectDir | No | Project root (defaults to session) |