Does this work with MacOS?
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!
Use ./autoadb (or add the directory in your PATH).
Use
./autoadb(or add the directory in yourPATH).
Thank you for the reply and the amazing programs! I was not using ./ before autoadb. Now it works perfectly!