android-cli

Installation
SKILL.md

AndroidSdk.Tool CLI Reference

The android CLI is a .NET global tool providing programmatic access to Android SDK management. Install with:

dotnet tool install -g AndroidSdk.Tool

Command Groups

Group Purpose
sdk SDK package management (list, install, download, licenses)
avd Android Virtual Device management (create, delete, start)
device Connected device operations via ADB
jdk JDK discovery and configuration
apk APK inspection tools

Quick Start Examples

Installs
1
GitHub Stars
74
First Seen
Feb 28, 2026
android-cli — redth/androidsdk.tools