android-cli

Orchestrate Android CLI commands for SDK management, project creation, and device inspection.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/ebarroso12/personal-skills --skill android-cli-ebarroso12
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: android-cli
Source: https://github.com/ebarroso12/personal-skills/tree/main/android-cli
Command: npx skills add https://github.com/ebarroso12/personal-skills --skill android-cli-ebarroso12

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps you manage common Android development workflows from the android command-line tool, reducing friction when creating projects, installing SDK components, debugging, and updating your environment.

Core Features & Use Cases

  • SDK management: Install, update, list, and remove Android SDK packages using android sdk.
  • Project creation & running: Create new projects from templates and deploy/run apps with android create and android run.
  • Device and UI inspection: Inspect UI layouts (android layout), capture screens (android screen), and assist with emulator management.

Quick Start

Tell the AI: "Use android-cli to check my environment and then list all installed and available SDK packages."

Frequently Asked Questions about android-cli

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

FAQPage Schema
How do I manage Android SDK packages from the command line?

Android SDK packages can be installed, updated, listed, and removed from the command line using the `android sdk` subcommands. This allows you to manage your development environment without the GUI.

Can I create a new Android project from a template using the CLI?

Yes, you can create a new Android project from a template using the `android create` command. This generates the initial project structure needed to start development immediately.

How do I run an Android app on a device or emulator via the command line?

You can deploy and run an Android app on a connected device or emulator by invoking the `android run` command. This handles the deployment workflow directly from your terminal.

What's the best way to inspect Android UI layouts without an IDE?

The best way to inspect Android UI layouts without an IDE is using the `android layout` command. You can also capture screens with `android screen` for diagnostics and layout inspection.

Does the Android CLI support emulator management and interaction?

Yes, the Android CLI supports emulator management and interaction through provided reference guidance. You can start emulators and interact with them to test app journeys and capture UI screenshots.

Why use the Android CLI for project creation instead of Android Studio?

Using the Android CLI reduces friction for common development workflows like project creation, SDK management, and deployment. It is ideal for environments where a full IDE is unavailable or for automation.