base
including project creation, deployment, SDK management, and environment
diagnostics using the android command-line tool.
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.
SDK management
To manage the installation of Android SDKs and tools, use the sdk command. For example:
android sdk install <package>[@<version>]...: Install specific packages. Multiple packages can be specified, separated by spaces.<version>defaults to latest. For example:android sdk install platforms/android-30@2 platforms/android-34android sdk update [<pkg-name>]: Update a specific package or all packages to the latest version.android sdk remove <pkg-name>: Remove a package from the local SDK.android sdk list --all: List installed and available SDK packages.
Project creation
Create projects from templates using the create command.
For example: android create empty-activity --name="My App" --output=./my-app
More from android/skills
r8-analyzer
Analyzes Android build files and R8 keep rules to identify redundancies,
335navigation-3
Learn how to install and migrate to Jetpack Navigation 3, and how to
329edge-to-edge
Use this skill to migrate your Jetpack Compose app to add adaptive edge-to-edge
308migrate-xml-views-to-jetpack-compose
Provides a structured workflow for migrating an Android XML View to Jetpack
298play-billing-library-version-upgrade
Use this skill when upgrading or migrating an Android project from any
237display-ai-glasses-with-jetpack-compose-glimmer
Provides guidelines for developing projected applications for Android
87