-
Notifications
You must be signed in to change notification settings - Fork 77
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Usage on android #54
Comments
You can check my demo project here:
Dadb lacks some features, like pair command support, so I now use this wonderful library: You can also use this, it uses the real ADB binary compiled for Android: If you need iOS support, the work of wsvn53 is amazing: |
You mentioned the library "libadb-android" for having the pair feature... does that mean I can use that library to pair and continue using dadb...? I don't want to rewrite my whole application because it lacks the pair feature, if I can somehow pair device and continue using dadb, it would be greatly appreciated... |
I could be doable, personally I rewrote everything using libadb-android because I had another issues with dadb. |
I tried libadb with dadb, pairing works but dadb wouldn't connect, I'm guessing because dadb doesn't use adb hosts file created by libadb... I guess I should rewrite everything with libadb as well... |
I want to ask. What is the effort to use it as an android library? is it even possible? I see the JVM target. Thank you. :)
The text was updated successfully, but these errors were encountered: