A Golang library for interacting with adb.
Go to file
2020-07-13 14:18:10 +08:00
adb migrate to go mod 2020-07-13 14:18:10 +08:00
cmd migrate to go mod 2020-07-13 14:18:10 +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 migrate to go mod 2020-07-13 14:18:10 +08:00
.travis.yml Added a Makefile and used for CI. 2016-05-22 08:51:02 -07:00
go.mod migrate to go mod 2020-07-13 14:18:10 +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.