My .bash_profile looks like this
export PATH=$PATH:/Users/subbarao/Library/Android/sdk/platform-tools/ export ANDROID_HOME=/Users/subbarao/L
Update SDK and gradle version and then try following commands in the terminal
export ANDROID_HOME=/Applications/ADT/sdk
PATH environment variable
export PATH=$PATH:$ANDROID_HOME/bin