android tool options


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

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

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.
- 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) (false)
  -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 "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]
  -m --mode     Project mode (activity, alias) [required]

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