Guest User

Untitled

a guest
Nov 20th, 2017
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 KB | None | 0 0
  1. ❯ ./avdmanager
  2.  
  3. Usage:
  4. avdmanager [global options] [action] [action options]
  5. Global options:
  6. -s --silent : Silent mode, shows errors only.
  7. -v --verbose : Verbose mode, shows errors, warnings and all messages.
  8. --clear-cache: Clear the SDK Manager repository manifest cache.
  9. -h --help : Help on a specific command.
  10.  
  11. Valid actions are composed of a verb and an optional direct object:
  12. - list : Lists existing targets or virtual devices.
  13. - list avd : Lists existing Android Virtual Devices.
  14. - list target : Lists existing targets.
  15. - list device : Lists existing devices.
  16. - create avd : Creates a new Android Virtual Device.
  17. - move avd : Moves or renames an Android Virtual Device.
  18. - delete avd : Deletes an Android Virtual Device.
Add Comment
Please, Sign In to add comment