adb-rs
adb-rs copied to clipboard
Android Debug Bridge (adb) client library.
adb-rs
Android Debug Bridge (adb) client library.
For usage sample, see adb-cli
crate.
Limitations
- TCP transport only.
- Only
adb shell
(no interactive) andadb push
are implemented.