How to set set the ANDROID_HOME environment variable in mac
set Android home variable for Mac OS
Fri, 11 Jan 2019
The export command sets environment variables for mac.
export ANDROID_HOME=/your/path/to/android
The default location is usually this
export ANDROID_HOME=/Users/username/Library/Android/sdk