@@ -67,6 +67,8 @@ npx @nightwatch/mobile-helper android connect [flags]
67
67
| --wireless | Connect a real device wirelessly |
68
68
| --emulator | Launch an AVD inside Android Emulator.|
69
69
70
+ For more details on the usage of the ` connect ` subcommand, please refer to [ this doc] ( docs/subcommands/connect.md ) .
71
+
70
72
#### 2. list
71
73
72
74
This subcommand allows you to list all connected devices and installed AVDs.
@@ -80,6 +82,8 @@ npx @nightwatch/mobile-helper android list [flags]
80
82
| --device | Show a list of all the connected real devices and AVDs |
81
83
| --avd | Show a list of all the currently installed AVDs |
82
84
85
+ For more details on the usage of the ` list ` subcommand, please refer to [ this doc] ( docs/subcommands/list.md ) .
86
+
83
87
#### 3. install
84
88
85
89
This subcommand allows you to install a new system-image, create a new AVD or install an app to a target AVD/device.
@@ -94,6 +98,8 @@ npx @nightwatch/mobile-helper android install [flags]
94
98
| --avd | Create a new AVD |
95
99
| --system-image | Install a new system-image |
96
100
101
+ For more details on the usage of the ` install ` subcommand, please refer to [ this doc] ( docs/subcommands/install.md ) .
102
+
97
103
#### 4. uninstall
98
104
99
105
This subcommand allows you to uninstall a system-image, delete an AVD, or uninstall an app from a target device.
@@ -108,6 +114,8 @@ npx @nightwatch/mobile-helper android uninstall [flags]
108
114
| --avd | Delete an AVD |
109
115
| --system-image | Uninstall a system-image |
110
116
117
+ For more details on the usage of the ` uninstall ` subcommand, please refer to [ this doc] ( docs/subcommands/uninstall.md ) .
118
+
111
119
### Run Android SDK tool commands
112
120
113
121
Run commands with major Android SDK tools/binaries directly from a single CLI without the need to locate and then run the binaries manually.
0 commit comments