breautek commented on issue #838: Is there a way Cordova Build Android can work without installing gradle? I just want to use gradlewrapper instead. URL: https://github.com/apache/cordova-android/issues/838#issuecomment-539113710 Gradle is kind of split into two different applications. There is the main gradle which is shipped with Android Studio, or you can install it standalone from their [website](https://gradle.org/). The gradle wrapper is a tool that gets deployed in your project. The gradle wrapper is created from the main `Gradle` program. First step is to make sure you have android studio installed. If you have android studio installed and you're still seeing that error, it might mean your paths is not configured properly. Alternatively you can install gradle by downloading it from their website.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
