dwaan / homebridge-adb

Homebridge script to control remote ADB enabled Android device
MIT License
76 stars 15 forks source link

correct command to display version #77

Closed cokert closed 2 years ago

cokert commented 2 years ago

In setting this up, I ran adb version which printed adb: unknown command version. That looks very much like the error when your shell can't find the executable in your path. It took me more than a second to notice the error wasn't that adb wasn't found, it was that adb didn't know what to do with version as an argument.

dwaan commented 2 years ago

Ah, thank you. I didn't know that "version" is not a standard argument.