tldr-pages/tldr

Let's document: android

開放

#22,104 建立於 2026年4月17日

 (0 則留言) (1 個反應) (0 位負責人)Markdown (5,376 個分叉)batch import
help wantedlet's documentnew command

倉庫指標

星標
 (63,401 顆星)
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

貢獻者指南