cocool97 / adb_client

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

adb connection refused (os error 111). #41

Closed lidgnulinux closed 1 month ago

lidgnulinux commented 1 month ago

Hello, I'm trying this tool on musl-based distro. When I run :

$ adb_client devices

I always get adb connection refused (os error 111). There is complain about not able to start adb server or something. I can't post the detail outputs since I'm away from my laptop.

cocool97 commented 1 month ago

Hi !

Do you have adb available in $PATH ? Without much information this is hard to debug, can you provide more logs when ready ?

lidgnulinux commented 1 month ago

Hello, thanks for the response.

Do you have adb available in $PATH ?

Sadly, no. I thought adb_client is alternative to adb itself.

cocool97 commented 1 month ago

Work is in progress in the usb branch ! Feature will come in the next few weeks :)