android-cli

Automate Android project creation, deployment, SDK management, and environment diagnostics via the android CLI.

7|Updated Apr 15, 2026
One-click install
npx skills add https://github.com/himattm/skills --skill android-cli-himattm
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: android-cli
Source: https://github.com/himattm/skills/tree/main/plugins/android/skills/android-cli
Command: npx skills add https://github.com/himattm/skills --skill android-cli-himattm

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Android development workflows are often fragmented across manual setup, environment configuration, and repetitive project operations. This skill centralizes control by wrapping the official android CLI to create projects, deploy apps, manage SDKs, and diagnose environments.

Core Features & Use Cases

  • Orchestrates project creation, deployment, and SDK management through a single CLI.
  • Supports emulator and device interactions, including layout checks and run/test workflows.
  • Enables quick setup for local development and CI pipelines with environment diagnostics.

Quick Start

Create a new Android project and deploy it to a connected device or emulator using the android CLI.

Frequently Asked Questions about android-cli

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Android project creation and deployment from the command line?

Yes, you can automate Android project creation and deployment using the android CLI to orchestrate setup, run apps, and manage SDKs across local and CI environments. This centralizes fragmented workflows into a single command-line interface.

Can I use the android CLI to manage emulators and inspect device state?

Yes, the android CLI supports emulator and device interactions, including layout checks, running tests, and inspecting device state. It streamlines UI verification and device workflows directly from the command line.

What do I need installed to run Android CLI automation tasks?

You need the official android CLI installed and available on your system PATH to run automation tasks. This prerequisite enables environment diagnostics, SDK management, and project deployment commands.

Does the android CLI work for continuous integration environment setup?

Yes, the android CLI is designed for quick setup in local development and CI pipelines. It provides environment diagnostics and automates deployment and testing workflows to streamline continuous integration.

What is the best way to diagnose my Android development environment?

The best way to diagnose your Android development environment is using the android CLI's built-in diagnostics commands. This helps identify configuration issues across local setups and CI pipelines before deploying apps.