A Golang library for interacting with adb.
Go to file
2024-06-14 21:47:28 +05:00
adb Update doc for Device.ListForwards() 2024-06-14 21:47:28 +05:00
cmd Fix mod path 2024-06-11 21:25:58 +05: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 2024-06-11 21:25:58 +05:00
.travis.yml Added a Makefile and used for CI. 2016-05-22 08:51:02 -07:00
go.mod Fix mod path 2024-06-11 21:25:58 +05: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.