Request to use adb_client in tuari project
I am currently working on a project and I would like to integrate the adb_client library into the tuari framework. Could you please provide guidance on how to properly implement this library within the tuari context, or if there are any adjustments or configurations needed to ensure compatibility?
Thank you in advance for your help!
Hey !
I haven't used tauri yet so it's kinda hard to answer this question.
Depending on how you want to architecture your application, you can either create your ADB device and share it along the life cycle of the tauri application, or create and use it on the fly.
I'm planning on adding such a gui to adb_cli so I'll face these issues when working on it (haven't planned the development yet)
Let me know if you encounter any issues during your development !
👌
Hey there! You could take a look at zilch. Albeit, it's a bit dated because I had been developing this more actively before the 1.0.0 release of adb_client.
Edit: I updated the adb_client dependency to 2.1.5. Feel free to try it out, hack on it and send PRs this way.
Here's a project I developed using Tauri and adb_client - https://github.com/pavi2410/droidkit.