A Golang library for interacting with adb.
Go to file
2024-06-11 21:14:06 +05:00
adb Add StateRecovery 2024-06-11 21:14:06 +05:00
cmd fix: mod path 2020-10-29 10:18:51 +08:00
internal/errors Moved error definitions to an internal package, deleted the confusing util package. 2016-05-22 10:49:34 -07:00
wire fix: mod path 2020-10-29 10:18:51 +08:00
.travis.yml Added a Makefile and used for CI. 2016-05-22 08:51:02 -07:00
go.mod fix: mod path 2020-10-29 10:18:51 +08:00
go.sum migrate to go mod 2020-07-13 14:18:10 +08:00
LICENSE.txt Initial commit – wire format implementation and some host client commands. 2015-04-11 16:58:49 -07:00
Makefile Added a Makefile and used for CI. 2016-05-22 08:51:02 -07:00
README.md migrate to go mod 2020-07-13 14:18:10 +08:00

#goadb

Build Status GoDoc

A Golang library for interacting with the Android Debug Bridge (adb).

See demo.go for usage.