autoadb icon indicating copy to clipboard operation
autoadb copied to clipboard

Does this work with MacOS?

Open Tinkeric opened this issue 2 months ago • 2 comments

Hi, does autoadb work with MacOS, or is it for Linux and Windows only?

I have already installed SCRCPY via Homebrew, installed Rust, and downloaded the autoadb source as a .zip and extracted it. I then ran the command: cargo build --release, which created the files.

However, when I open a terminal session in the folder with the autoadb file, I get the "autoadb command not found" error.

Am I doing something wrong? Thank you!

Tinkeric avatar Oct 12 '25 00:10 Tinkeric

Use ./autoadb (or add the directory in your PATH).

rom1v avatar Oct 12 '25 08:10 rom1v

Use ./autoadb (or add the directory in your PATH).

Thank you for the reply and the amazing programs! I was not using ./ before autoadb. Now it works perfectly!

Tinkeric avatar Oct 12 '25 23:10 Tinkeric