Categorygithub.com/matt-e/go-adb
repositorypackage
0.0.0-20240311163717-82a4324dc42b
Repository: https://github.com/matt-e/go-adb.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# README

#goadb

Build Status GoDoc

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

See demo.go for usage.

For this project, a tool called stringer is used to modify some files during go generate step. Codes will be generated in the following files:

devicedescriptortype_string.go
devicestate_string.go
internal/errors/errcode_string.go

Please make sure your environment variable GOBIN is correctly set, so that stringer can be successfully installed.

There is a Makefile at repo root. Just need to run:

make

It will download all dependencies, install stringer locally, generate code, and run the tests.