CLI 도구
Android CLI setup
Use when the user wants to scaffold, build, deploy, or manage an Android app from the terminal, or mentions Google's `android` CLI (the agent-first Android tooling that replaces sdkmanager/avdmanager/cmdline-tools), or uses any of its subcommands (`create`, `run`, `sdk`, `emulator`, `skills`, `layout`, `screen`, `docs`, `init`, `describe`, `update`). Installs the CLI into `~/.local/bin/android` if missing, runs `android init` to deposit Google's official `android-cli` skill into `~/.claude/skills/android-cli/`, and hands off. A companion SessionStart hook refreshes the install daily. Skip for pure Android Studio IDE work that doesn't touch a terminal.