[Android] – How to install gradle and take the home path on mac os x ?

You can use brew : $ brew install gradle The home path will be : /usr/local/opt/gradle/libexec/ Also, you can follow the … More