I\'m developing android on Mac OS.
In the first time, I use android tool command (/tools/android) to launch Android SDK and
You can also add to your PATH if you use it often. Open your ~/.bashrc file and add this line:
# is path to your SDK, e.g. /Users/akarienta/Library/Android/sdk
export PATH=${PATH}:/tools
Then just reload the file by source ~/.bashrc or restart the terminal. Since now you can use commands like these (in whatever location you are):
# opens Android SDK Manager
$ android
# opens Android AVD Manager
$ android avd