

Now you can execute gradle assembleDebug etc. If a command-line Gradle build complains of licenses not being accepted, accept all licenses with this command: yes | sdkmanager -licenses Use Brew to Install Gradle and OpenJDK brew install gradle # includes OpenJDK Sdkmanager -install "platforms android-30" "ndk 529" sdkmanager -licenses sdkmanager -install "platform-tools" "build-tools 30.0.2" Here's a more recent set of essential packages to install. Mv ~/Downloads/cmdline-tools ~/Library/Android/sdk/cmdline-tools/latest sdkmanager -install Choosing Tools > SDK Manager from the main menu Clicking the associated toolbar button: Android Studio SDK Manager Toolbar Button. Rich layout editor with support for theme editing. Expanded template support for Google Services and various device types. Build variants and multiple APK generation. This location is compatible with IntelliJ IDEA (confirmed) and Android Studio (unconfirmed): mkdir -p ~/Library/Android/sdk/cmdline-tools Built on IntelliJ IDEA Community Edition, the popular Java IDE by JetBrains. Move and rename the unzipped cmdline-tools to this different location.
