tldr-pages/tldr

Let's document: android

开放

#22,104 创建于 2026年4月17日

 (0 条评论) (1 个反应) (0 位负责人)Markdown (5,377 个派生)batch import
help wantedlet's documentnew command

仓库指标

星标
 (63,410 个星标)
PR 合并指标
 (平均合并 7天 5小时) (30 天内合并 321 个 PR)

描述

Command description

Android CLI makes it faster and easier to build Android apps using the agents and developer environments of your choice.

https://developer.android.com/tools/agents has instructions to install the android CLI. After installing, running android shows a bunch of subcommands and options.

Documentation

https://developer.android.com/tools/agents

Platform

Common

VCS repository link (e.g. GitHub, GitLab)

No response

Additional information

https://github.com/android/skills is a related repo, but it's only part of the Android CLI.

Commands

There are more commands than the following, but these seem the most useful to me:

  • create Create a new Android project
  • docs Android documentation commands
  • emulator Emulator commands
  • init Initializes the environment (eg. skills) for Android CLI.
  • layout Returns the layout tree of an application
  • run Deploy an Android Application
  • screen Commands to view the device

贡献者指南