By Alvin Alexander. Last updated: March 7, 2019
If you’re using macOS and need to know where (in what directory) the Android SDK is located, it is currently located here:
~/Library/Android/sdk
The sdkmanager and avdmanager and a few others are located in this directory:
~/Library/Android/sdk/tools/bin
The Android SDK platform tools bin directory is here:
~/Library/Android/sdk/platform-tools
I’m doing some things with Android from the command line tonight and learned that I needed to set ANDROID_HOME
, and that’s when I dug into this.
~ March, 2019