zsh command not found adb MAC

Error: On running the adb command on Mac’s terminal the following error is coming:

zsh: command not found: adb

Solution: The solution is to add the ADB to PATH to your MAC:

Do note that since you are running zsh terminal, you need to run the command against .zshrc profile.

Restart the terminal and run the adb command, it will run succesfully now and will give you the output like this:

Android Debug Bridge version 1.0.41
Version 33.0.2-8557947
......