安装
npx skills add https://github.com/android/skills --skill android-cli
复制
Android CLI Specialist
This skill provides instructions for using the
android
CLI tool. The tool includes various commands for creating projects, running applications, interacting with devices, and managing the CLI environment.
Installation
If the android tool is not in the path, install it. To install run the following command:
Linux: curl -fsSL
https://dl.google.com/android/cli/latest/linux_x86_64/install.sh
| bash
Mac Arm: curl -fsSL
https://dl.google.com/android/cli/latest/darwin_arm64/install.sh
| bash
Mac Intel: curl -fsSL
https://dl.google.com/android/cli/latest/darwin_x86_64/install.sh
| bash
Windows: curl -fsSL
https://dl.google.com/android/cli/latest/windows_x86_64/install.cmd
-o "%TEMP%\i.cmd" && "%TEMP%\i.cmd"
SDK management
To manage the installation of Android SDKs and tools, use the
sdk
command. For example:
android sdk install [@]...
Install specific packages. Multiple packages can be specified, separated by spaces.
defaults to latest. For example:
android sdk install platforms/android-30@2 platforms/android-34
android sdk update []
Update a specific package or all packages to the latest version.
android sdk remove
Remove a package from the local SDK.
android sdk list --all
List installed and available SDK packages.
Show more
Installs
618
Repository
android/skills
GitHub Stars
6.0K
First Seen
May 7, 2026
Security Audits
Gen Agent Trust Hub
Fail
Socket
Pass
Snyk
Warn
← 返回排行榜