2 - Setting Up and Android Studio Development
Environment
2.6.5 Adding Android to the PATH
The cleanest method for adding to the path on #macOS is to add a new file to the directory /etc/paths.d
containing the paths to be added to $PATH. Creating a file called android-sdk with the following lines:
/Users/flowmar/Library/Android/sdk/cmdline-tools/latest/bin
/Users/flowmar/Library/Android/sdk/platform-tools
2.9 Summary