android-cli

Manage Android projects and SDKs using the android CLI.

Updated Jan 11, 2026
One-click install
npx skills add https://github.com/Kaito-Dogi/smopin --skill android-cli-kaito-dogi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: android-cli
Source: https://github.com/Kaito-Dogi/smopin/tree/main/.agents/skills/android-skills/devtools/android-cli
Command: npx skills add https://github.com/Kaito-Dogi/smopin --skill android-cli-kaito-dogi

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires android-cli, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill simplifies Android development by orchestrating tasks such as project creation, deployment, SDK management, and environment diagnostics using the android command-line tool.

Core Features & Use Cases

  • Project Creation: Generate new Android projects from templates with ease.
  • SDK Management: Install, update, and remove Android SDK packages.
  • Environment Diagnostics: Check SDK paths and other environment details.
  • Use Case: If you're a developer needing to quickly set up a new Android project or manage your SDKs, this skill can save you time by automating these common tasks.

Quick Start

Use the android-cli skill to install the latest Android SDK:

use android-cli install

Frequently Asked Questions about android-cli

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

FAQPage Schema
How do I create a new Android project from the command line?

You can create a new Android project by executing the android CLI commands to generate projects from templates. This automates the project creation task, saving time during initial setup.

How do I install and manage Android SDK packages?

To manage Android SDK packages, you can execute commands to install, update, and remove SDKs. This SDK management capability ensures your development environment has the necessary packages.

Do I need the android CLI installed on my system to manage projects?

Yes, you need the android CLI installed on your system to manage projects. This skill orchestrates tasks by executing the android command-line tool, which requires local installation.

Can I check Android environment information and SDK paths?

Yes, you can check Android environment information and SDK paths. The skill performs environment diagnostics to verify SDK paths and other environment details for your development setup.

What's the best way to automate Android development environment setup?

The best way to automate Android development environment setup is by using the android CLI to orchestrate tasks. This approach handles project creation, SDK management, and environment diagnostics efficiently.

Why does Android SDK management require command line tools?

Android SDK management requires command line tools to execute precise install, update, and remove operations. The android CLI provides direct control over SDK packages without GUI overhead.