Android android工具

来源:互联网 发布:iphone8网络制式 编辑:程序博客网 时间:2024/05/18 08:38
Android android工具
2009-05-11 15:12
Usage:
android [global options] action [action options]

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

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).

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:
-t --target   Target id of the new AVD [required]
-c --sdcard   Path to a shared SD card image, or size of a new sdcard for the new AVD
-p --path     Location path of the directory where the new AVD will be created
-n --name     Name of the new AVD [required]
-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:
-k --package Package name [required]
-n --name     Project name
-a --activity Activity name [required]
-t --target   Target id of the new project [required]
-p --path     Location path of new project [required]

Action "update project":
Updates an Android Project (must have an AndroidManifest.xml).
Options:
-t --target   Target id to set for the project [required]
-p --path     Location path of the project [required]
-n --name     Project name