adb¶
Run ADB Actions
see adb --help for more details
adb | |
---|---|
Supported platforms | android |
Author | @hjanuschka |
Returns | The output of the adb command |
1 Example¶
adb(
command: "shell ls"
)
Parameters¶
Key | Description | Default |
---|---|---|
serial |
Android serial of the device to use for this command | '' |
command |
All commands you want to pass to the adb command, e.g. kill-server |
|
adb_path |
The path to your adb binary (can be left blank if the ANDROID_SDK_ROOT environment variable is set) |
adb |
* = default value is dependent on the user's system
To show the documentation in your terminal, run
fastlane action adb