How to check ADB version on MAC

Run the following command to get the adb version on your mac’s machine:

adb version

The output will bring the adb version installed on your machine:

adb version
Android Debug Bridge version 1.0.41
Version 33.0.2-8557947

If you are getting zsh command not found adb then you can refer the following blog: