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

Global options:
  -v --verbose  Verbose mode: errors, warnings and informational messages ar
inted.
  -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
w SDK.
- create project: Creates a new Android Project.
- update project: Updates an Android Project (must have an AndroidManifest.x

- update adb    : Updates adb to support the USB devices declared in the SDK
-ons.

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
new AVD
  -s --skin     Skin of the new AVD
  -p --path     Location path of the directory where the new AVD will be cre

  -n --name     Name of the new AVD [required]
  -t --target   Target id of the new AVD [required]
  -f --force    Force creation (override an existing AVD)

Action "move avd":
  Moves or renames an Android Virtual Device.
Options:
  -n --name     Name of the AVD to move or rename [required]
  -p --path     New location path of the directory where to move the AVD
  -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:
  -t --target   Target id of the new project [required]
  -n --name     Project name
  -p --path     Location path of new project [required]
  -a --activity Activity name [required]
  -k --package  Package name [required]

Action "update project":
  Updates an Android Project (must have an AndroidManifest.xml).
Options:
  -n --name     Project name
  -t --target   Target id to set for the 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

 

 

入门demo请看这里:

http://www.j2medev.com/android/start/200905/20090508210923.html

更多相关文章

  1. cmd>>android
  2. cmd>>android
  3. 【Android的从零单排开发日记】之入门篇(十)——Android应用配置文
  4. Android多媒体开发 Pro Android(安卓)Media 第一章 Android图像
  5. 阅读《Android(安卓)从入门到精通》(1)——了解 Android(安卓)开发
  6. ProgressBar(进度条) 分类 Android(安卓)基础入门教程
  7. Android(安卓)NDK入门之Hello Jni
  8. Android(安卓)Studio 2.0 Preview发布,附下载地址,支持即时运行和
  9. Android开发从入门到精通

随机推荐

  1. Android自学——ListView
  2. android之MediaPlay播放视频
  3. Android(安卓)解屏幕锁与点亮屏幕(来电时
  4. android binder机制之三 Server Porxy
  5. 在Linux下编译Windows版本的adb和fastboo
  6. Android广播接收者使用总结
  7. Android学习笔记(十三)text 文本输入
  8. Android(安卓)-- RecyclerView实现顶部吸
  9. Android(安卓)-- 小功能 如何处理未捕获
  10. Dialog对话框(此5种)