Chinaunix首页 | 论坛 | 博客
  • 博客访问: 17603
  • 博文数量: 8
  • 博客积分: 172
  • 博客等级: 入伍新兵
  • 技术积分: 100
  • 用 户 组: 普通用户
  • 注册时间: 2011-10-13 16:43
文章分类

全部博文(8)

文章存档

2011年(8)

我的朋友

分类: 嵌入式

2011-10-14 11:58:27

android --help

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

Global options:
  -v --verbose  Verbose mode: errors, warnings and informational messages are printed.
  -h --help     Help on a specific command.
  -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 already have an AndroidManifest.xml).
- create test-project  : Creates a new Android project for a test package.
- update test-project  : Updates the Android project for a test package (must already have an AndroidManifest.xml).
- create lib-project   : Creates a new Android library project.
- update lib-project   : Updates an Android library project (must already 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.


阅读(355) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~