android-cli

Manage Android development workflows via the android command-line tool.

1|Updated Mar 17, 2026
One-click install
npx skills add https://github.com/premex-ab/claude-marketplace --skill android-cli-premex-ab
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: android-cli
Source: https://github.com/premex-ab/claude-marketplace/tree/main/plugins/android-android-cli/skills/android-cli
Command: npx skills add https://github.com/premex-ab/claude-marketplace --skill android-cli-premex-ab

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

It helps you run end-to-end Android development tasks—creating projects, managing SDK packages, launching apps, inspecting environments, and diagnosing device/UI behavior—through a single android command-line interface.

Core Features & Use Cases

  • Project creation and management: Create new Android projects from templates with predictable outputs.
  • SDK tooling orchestration: Install, update, remove, and list SDK packages via the android sdk workflow.
  • Device and emulator operations: Run apps (android run), manage emulators, and interact with connected devices.
  • Debugging and inspection helpers: Inspect UI layouts (android layout), capture screenshots, and navigate device screen tooling.
  • Documentation and knowledge lookup: Search authoritative Android developer docs through the Android Knowledge Base integration.
  • Android-specific testing support: Run journey-based behavioral checks and reference supporting materials when needed.

Quick Start

Use the android-cli skill to inspect your target device UI by running android layout in your project workflow.

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?

You can manage Android SDK packages by using the `android sdk` workflow, which allows you to install, update, remove, and list required SDK components directly from your terminal.

Can I inspect Android UI layout trees without using Android Studio?

Yes, you can inspect Android UI layout trees by running the `android layout` command, which captures screenshots and navigates device screen tooling for debugging and inspection.

What is the best way to bootstrap a new Android project from a template?

The best way to bootstrap an Android project is using the `android` command-line interface, which creates new projects from templates with predictable outputs for quick setup.

How do I deploy and run an Android app on a connected device or emulator?

You can deploy and run an Android app on a device or emulator by executing the `android run` command, which handles app launching and device interaction within your workflow.

Does this CLI tool support searching official Android developer documentation?

Yes, the tool supports searching authoritative Android developer docs through the Android Knowledge Base integration, providing up-to-date guidance for your development queries.

How can I run journey-based behavioral testing for my Android app?

You can run journey-based behavioral checks by referencing the interact and journeys documents, which support Android-specific testing workflows and behavioral validation.