adb library
Classes
- Adb
- Provides Dart interface for common Android Debug Bridge features.
Extension Types
- AdbForwardList
- Represents a parsed result of adb forward --list command.
Exceptions / Errors
- AdbDaemonNotRunning
-
Indicates that
adbd(ADB daemon) was not running whenadb(ADB client) was called. - AdbDeleteFailedInternalError
-
Indicates that
adb uninstallcall failed with DELETE_FAILED_INTERNAL_ERROR. - AdbException
-
Used when
adbcommand fails. - AdbExecutableNotFound
-
Indicates that
adbexecutable was not found. - AdbInstallFailedUpdateIncompatible
-
Indicates that
adb installcall failed with INSTALL_FAILED_UPDATE_INCOMPATIBLE.