Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Jun 26th, 2012  |  syntax: None  |  size: 2.56 KB  |  hits: 108  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. ~/Desktop/android-sdk-linux$ tools/android adb devices
  2. Error: Expected verb after global parameters but found 'adb' instead.
  3.  
  4.        Usage:
  5.        android [global options] action [action options]
  6.        Global options:
  7.   -h --help    : Help on a specific command.
  8.   -v --verbose : Verbose mode, shows errors, warnings and all messages.
  9.   -s --silent  : Silent mode, shows errors only.
  10.  
  11.                                                                     Valid
  12.                                                                     actions
  13.                                                                     are
  14.                                                                     composed
  15.                                                                     of a verb
  16.                                                                     and an
  17.                                                                     optional
  18.                                                                     direct
  19.                                                                     object:
  20. -    sdk              : Displays the SDK Manager window.
  21. -    avd              : Displays the AVD Manager window.
  22. -   list              : Lists existing targets or virtual devices.
  23. -   list avd          : Lists existing Android Virtual Devices.
  24. -   list target       : Lists existing targets.
  25. -   list sdk          : Lists remote SDK repository.
  26. - create avd          : Creates a new Android Virtual Device.
  27. -   move avd          : Moves or renames an Android Virtual Device.
  28. - delete avd          : Deletes an Android Virtual Device.
  29. - update avd          : Updates an Android Virtual Device to match the folders
  30.                         of a new SDK.
  31. - create project      : Creates a new Android project.
  32. - update project      : Updates an Android project (must already have an
  33.                         AndroidManifest.xml).
  34. - create test-project : Creates a new Android project for a test package.
  35. - update test-project : Updates the Android project for a test package (must
  36.                         already have an AndroidManifest.xml).
  37. - create lib-project  : Creates a new Android library project.
  38. - update lib-project  : Updates an Android library project (must already have
  39.                         an AndroidManifest.xml).
  40. - update adb          : Updates adb to support the USB devices declared in the
  41.                         SDK add-ons.
  42. - update sdk          : Updates the SDK by suggesting new platforms to install
  43.                         if available.
  44. - create identity     : Creates an identity file.