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 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.