Runs the ADB tool (which is provided by the Android SDK) via command line.
[!:http://developer.android.com/tools/help/adb.html]View code on GitHub
Inheritance Hierarchy
DeltaEngine.Editor.AppBuilder.Android AndroidDebugBridgeRunner
Namespace: DeltaEngine.Editor.AppBuilder.Android
Assembly: DeltaEngine.Editor.AppBuilder (in DeltaEngine.Editor.AppBuilder.dll) Version: 1.1.1.0 (1.1.1)
Syntax
The AndroidDebugBridgeRunner type exposes the following members.
Constructors
Name | Description | |
---|---|---|
AndroidDebugBridgeRunner | Initializes a new instance of the AndroidDebugBridgeRunner class |
Methods
Name | Description | |
---|---|---|
GetDeviceName | ||
GetInfosOfAvailableDevices | ||
InstallPackage | ||
IsAppInstalled | ||
StartEngineBuiltApplication | ||
UninstallPackage |
See Also