Startar du en terminal och kör dessa tre kommandon borde du ha adb installerat.
Kod:
mkdir ~/tools
curl -sOL https://dl.google.com/android/repository/platform-tools-latest-darwin.zip; unzip -qo platform-tools-latest-darwin.zip -d ~/tools; rm platform-tools-latest-darwin.zip
echo "export PATH=~/tools/platform-tools:\$PATH" >> ~/.bash_profile