I have installed Android Studio on my MacBook Air (OS Version 10.11 El Capitan) and have successfully written a small \"hello, world\" app and installed on device (Nexus 7)
Android Studio
> Preferences
> Appearance & Behaviour
> System Settings
> Android SDK
> Android SDK Location
.bash_profile file for your environment variablescd ~touch .bash_profile.bash_profileopen .bash_profileAdd export PATH=$PATH: [your SDK location] /platform-tools to the file and hit ⌘s to save it. By default it's:
export PATH=$PATH:/Users/yourUserName/Library/Android/sdk/platform-tools
Go back to your Terminal App and load the variable with source ~/.bash_profile