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
For zsh users. Add alias adb='/Users//Library/Android/sdk/platform-tools/adb' to .zshrc file.
zsh
alias adb='/Users//Library/Android/sdk/platform-tools/adb'
.zshrc
Than run source ~/.zshrc command
source ~/.zshrc