en un clic
apm-dependency-android
// Lists the CLI tools that must appear in mise.toml for any repo depending on apm-plackage/android. Use when bootstrapping or auditing an Android repo's mise.toml.
// Lists the CLI tools that must appear in mise.toml for any repo depending on apm-plackage/android. Use when bootstrapping or auditing an Android repo's mise.toml.
Lists the CLI tools that must appear in mise.toml for any repo depending on apm-plackage/isucon. Use when bootstrapping or auditing an ISUCON contest workspace's mise.toml.
Lists the CLI tools that must appear in mise.toml for any repo depending on apm-plackage/terraform. Use when bootstrapping or auditing a Terraform repo's mise.toml.
Lists the CLI tools that must appear in mise.toml for any repo depending on apm-plackage/common. Use when bootstrapping or auditing a repo's mise.toml.
Lists the CLI tools that must appear in mise.toml for any repo depending on apm-plackage/terraform-gcp. Use when bootstrapping or auditing a Terraform-on-GCP repo's mise.toml.
Lists the CLI tools that must appear in mise.toml for any repo depending on apm-plackage/go. Use when bootstrapping or auditing a Go repo's mise.toml.
Lists the CLI tools that must appear in mise.toml for any repo depending on apm-plackage/cloudflare. Use when bootstrapping or auditing a Cloudflare Workers repo's mise.toml.
| name | apm-dependency-android |
| description | Lists the CLI tools that must appear in mise.toml for any repo depending on apm-plackage/android. Use when bootstrapping or auditing an Android repo's mise.toml. |
[tools]
java = "openjdk-21"
android-cli = "latest"
android-cli is the mise plugin that wraps cmdline-tools + sdkmanager + avdmanager. It exposes the android CLI used by the android-cli Agent Skill.java = "openjdk-21" matches AGP 8.x targets. Older repos may need "openjdk-17"../gradlew); do not pin gradle itself in mise.android sdkmanager --licenses and install the platforms / build-tools the project needs (e.g. android sdkmanager "platforms;android-34" "build-tools;34.0.0").ANDROID_HOME only if your tooling needs it explicitly — the android-cli plugin sets it for the mise-managed shell automatically.