This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see
Cake.Android.Adb.
Summary
Runs adb with an arbitrary list of arguments
Syntax
public static List<string> AdbRun(this ICakeContext context, string[] args, AdbToolSettings settings = null)
Attributes
Type |
Description |
CakeMethodAliasAttribute |
|
Parameters
Name |
Type |
Description |
context |
ICakeContext |
Context. |
args |
string[] |
Arguments to pass adb. |
settings |
AdbToolSettings |
Settings. |
Return Value
Type |
Description |
List<string> |
|