dadb
dadb copied to clipboard
A Kotlin/Java library to connect directly to an Android device without an adb binary or an ADB server
Results
22
dadb issues
Sort by
recently updated
recently updated
newest added
fixes #70 [Release notes for Okio v3 say it's _strongly backward-compatible_](https://square.github.io/okio/changelog/#version-300)
### Objective Let `dadb` to work without a JVM using [Kotlin/Native](https://kotlinlang.org/docs/native-overview.html). FWIW, `dadb` already works with GraalVM. ### Plan We can be inspired by libraries that did the same before...