I have installed Android SDK and Eclipse on my Mac system. I am able to program using Eclipse and have created few sample applications. But I am still not able to access
If you are using zsh on an OS X, you have to edit the zshrc file.
zsh
Use vim or your favorite text editor to open zshrc file:
vim ~/.zshrc
Paste the path to adb in this file:
adb
export PATH="/Users/{$USER}/Library/Android/sdk/platform-tools":$PATH