Microsoft Windows [版本 5.2.3790]
(C) 版权所有 1985-2003 Microsoft Corp.

C:/Documents and Settings/Administrator>android -h

Usage:
android [global options] action [action options]

Global options:
-v --verbose Verbose mode: errors, warnings and informational messages are printed.
-h --help This help.
-s --silent Silent mode: only errors are printed out.

Valid actions are composed of a verb and an optional direct object:
- list : Lists existing targets or virtual devices.
- list avd : Lists existing Android Virtual Devices.
- list target : Lists existing targets.
- create avd : Creates a new Android Virtual Device.
- move avd : Moves or renames an Android Virtual Device.
- delete avd : Deletes an Android Virtual Device.
- update avd : Updates an Android Virtual Device to match the folders of a new SDK.
- create project : Creates a new Android Project.
- update project : Updates an Android Project (must have an AndroidManifest.xml).
- create test-project: Creates a new Android Test Project.
- update test-project: Updates an Android Test Project (must have an AndroidManifest.xml).
- update adb : Updates adb to support the USB devices declared in the SDK add-ons.
- update sdk : Updates the SDK by suggesting new platforms to install if available.

Action "list ":
Lists existing targets or virtual devices.
Options:
No options

Action "list avd":
Lists existing Android Virtual Devices.
Options:
No options

Action "list target":
Lists existing targets.
Options:
No options

Action "create avd":
Creates a new Android Virtual Device.
Options:
-c --sdcard Path to a shared SD card image, or size of a new sdcard for the new AVD
-t --target Target id of the new AVD [required]
-n --name Name of the new AVD [required]
-p --path Location path of the directory where the new AVD will be created
-f --force Force creation (override an existing AVD)
-s --skin Skin of the new AVD

Action "move avd":
Moves or renames an Android Virtual Device.
Options:
-p --path New location path of the directory where to move the AVD
-n --name Name of the AVD to move or rename [required]
-r --rename New name of the AVD to rename

Action "delete avd":
Deletes an Android Virtual Device.
Options:
-n --name Name of the AVD to delete [required]

Action "update avd":
Updates an Android Virtual Device to match the folders of a new SDK.
Options:
-n --name Name of the AVD to update [required]

Action "create project":
Creates a new Android Project.
Options:
-n --name Project name
-t --target Target id of the new project [required]
-p --path Location path of new project [required]
-k --package Package name [required]
-a --activity Activity name [required]

Action "update project":
Updates an Android Project (must have an AndroidManifest.xml).
Options:
-p --path Location path of the project [required]
-n --name Project name
-t --target Target id to set for the project
-s --subprojects Also update any projects in sub-folders, such as test projects.

Action "create test-project":
Creates a new Android Test Project.
Options:
-p --path Location path of new project [required]
-m --main Location path of the project to test, relative to the new project [required]
-n --name Project name

Action "update test-project":
Updates an Android Test Project (must have an AndroidManifest.xml).
Options:
-m --main Location path of the project to test, relative to the new project [required]
-p --path Location path of the project [required]

Action "update adb":
Updates adb to support the USB devices declared in the SDK add-ons.
Options:
No options

Action "update sdk":
Updates the SDK by suggesting new platforms to install if available.
Options:
No options

C:/Documents and Settings/Administrator>

更多相关文章

  1. android stdio Error Could not find com.android.tools common
  2. NDK各版本下载
  3. Android多媒体开发(3)————使用Android(安卓)NKD编译havlenapet
  4. Android(安卓)Studio Gradle相关异常记录
  5. AndroidStudio3.6.3新版本遇到的坑
  6. Android(安卓)Firewall(防火墙) AndFire 首发版本发布
  7. Android(安卓)ADT & SDK离线下载地址
  8. Android(安卓)Studio 1.2中配置androidannotations
  9. Android(安卓)app版本号的修改

随机推荐

  1. Android怎样播放多张图片形成一个动画
  2. 读取 android 设备的电池信息
  3. Android 中解析JSON形式的数据
  4. 史上最全谷歌Android开发工具Android Stu
  5. Android中级联列表ExpandableListView使
  6. 【Android-View】基于原生View的简单功能
  7. Android:制作Update.zip升级包
  8. [Android]后台Service 弹出自定义dialog
  9. Android快速开发框架之xUtils---图片模块
  10. 利用adb工具android真机环境运行cpp(无需r