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
Installs an Android .APK file.
Syntax
public static void AdbInstall(this ICakeContext context, FilePath apkFile, AdbToolSettings settings = null)
Attributes
Type |
Description |
CakeMethodAliasAttribute |
|
Parameters
Name |
Type |
Description |
context |
ICakeContext |
Context. |
apkFile |
FilePath |
Local .APK file to install. |
settings |
AdbToolSettings |
Settings. |
Return Value