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
Gets or sets the serial of a specific device or emulator to target commands with. This must be specified if multiple devices are seen by ADB, and only works on commands that are specific to a device.
- Assembly
- Cake
.Android .Adb .dll - Namespace
- Cake
.AndroidAdb - Containing Type
- AdbToolSettings
Syntax
public string Serial { get; set; }
Value
Type | Description |
---|---|
string | The serial. |