breautek commented on issue #1347:
URL: 
https://github.com/apache/cordova-android/issues/1347#issuecomment-917688345


   Once upon a time, a gradle executable was provided by Android Studio if I 
recall correctly.
   
   Now you need to install Gradle (and potentially configure the `PATH` system 
variable for command line usage / external tooling to find the binary 
executable) via [gradle.org](https://gradle.org/).
   
   The latest should be sufficient, as we use the gradle binary to install a 
gradle wrapper, which is essentially a localized gradle environment using a 
specific gradle version that cordova-android defines.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to