-Sdk: Displays the SDK Manager window.
-Avd: Displays the AVD Manager window.
-List: Lists existing targets or virtual devices.
-List avd: Lists existing Android Virtual Devices.
-List target: Lists existing targets.
-List sdk: Lists remote SDK repository.
-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
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
SDK add-ons.
-Update sdk: Updates the SDK by suggesting new platforms to install
If available.
-Create identity: Creates an identity file.
From the column of gongzibai