cocool97 / adb_client

Rust ADB (Android Debug Bridge) client library
MIT License
144 stars 23 forks source link

Adding ADB install command #15

Closed cocool97 closed 1 day ago

cocool97 commented 1 year ago

This command should take an apk path as a parameter, and install it on the targeted device.

cocool97 commented 1 day ago

Fix in #56