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

随机推荐

  1. Android系统进程Zygote启动过程的源代码
  2. android TV盒子开发遥控器按键的监听
  3. IllegalStateException,PatternSyntaxExce
  4. 彻底解决Android中文乱码
  5. Android输入框布局如何随键盘变化
  6. android 计时器
  7. Android studio之启动AVD模拟器异常
  8. Android 获取手机屏幕大小两种方法
  9. android ViewPager学习笔记1
  10. android添加监听器