android-cli

Orchestrate Android development workflows from the command line.

11|2|Updated Sep 8, 2015
One-click install
npx skills add https://github.com/jitrapon/astro-mobile --skill android-cli-jitrapon
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: android-cli
Source: https://github.com/jitrapon/astro-mobile/tree/main/.claude/skills/android-cli
Command: npx skills add https://github.com/jitrapon/astro-mobile --skill android-cli-jitrapon

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

It removes friction from Android development by giving you a single command-driven way to create projects, run apps, manage SDKs, inspect devices, and stay current with official Android guidance.

Core Features & Use Cases

  • Project setup: Create new Android projects from templates with the right defaults.
  • Device and app operations: Run apps, manage emulators, capture screenshots, and inspect UI layouts for debugging.
  • Environment maintenance: Install or update SDK packages, check CLI information, and manage Android CLI skills.
  • Knowledge lookup: Search authoritative Android documentation for APIs, migrations, and best practices.

Quick Start

Use the android-cli skill to help me set up, run, and debug an Android app with 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 run and debug Android apps from the command line?

You can run and debug Android apps from the command line by orchestrating app deployment, emulator control, and UI layout inspection through a single CLI-driven workflow. This allows you to execute builds and diagnostics without an IDE.

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

Yes, you can create new Android projects from templates using the Android CLI. It sets up projects with the right defaults directly from the command line, removing the need to manually configure initial project structures.

Do I need the Android SDK installed to manage emulators and capture screenshots?

Yes, you need the Android SDK installed and available. Reliable emulator control, screenshot capture, and app deployment require Android CLI access and SDK support to execute builds and diagnostics.

How do I search official Android documentation for API migrations and best practices?

You can search official Android documentation for API migrations and best practices directly through the CLI. It provides a knowledge lookup feature to query authoritative Android guidance without leaving the terminal.

What is the best way to install or update Android SDK packages without an IDE?

The best way to install or update Android SDK packages without an IDE is using a command-line workflow for environment maintenance. It manages SDK packages and checks CLI information to keep your development environment current.