https://github.com/zach-klippenstein/goadb
A Golang library for interacting with adb.
https://github.com/zach-klippenstein/goadb
Last synced: 27 days ago
JSON representation
A Golang library for interacting with adb.
- Host: GitHub
- URL: https://github.com/zach-klippenstein/goadb
- Owner: zach-klippenstein
- License: apache-2.0
- Created: 2015-04-11T23:57:42.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2022-03-05T16:38:02.000Z (about 3 years ago)
- Last Synced: 2025-03-29T17:07:25.899Z (about 1 month ago)
- Language: Go
- Size: 116 KB
- Stars: 231
- Watchers: 6
- Forks: 108
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
#goadb
[](https://travis-ci.org/zach-klippenstein/goadb)
[](https://godoc.org/github.com/zach-klippenstein/goadb)A Golang library for interacting with the Android Debug Bridge (adb).
See [demo.go](cmd/demo/demo.go) for usage.