adb library

Provides basic adb functionality.

See also:

Classes

Adb
Provides Dart interface for common Android Debug Bridge features.

Exceptions / Errors

AdbDaemonNotRunning
Indicates that adbd (ADB daemon) was not running when adb (ADB client) was called.
AdbDeleteFailedInternalError
Indicates that adb uninstall call failed with DELETE_FAILED_INTERNAL_ERROR.
AdbException
Used when adb command fails.
AdbExecutableNotFound
Indicates that adb executable was not found.
AdbInstallFailedUpdateIncompatible
Indicates that adb install call failed with INSTALL_FAILED_UPDATE_INCOMPATIBLE.