http://stackoverflow.com/questions/31374085/installing-adb-on-mac-os-x
Option 1 - Using Homebrew
This is the easiest way and will provide automatic updates.
-
Install homebrew
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
-
Install adb
brew install android-platform-tools
-
Start using adb
adb devices