Hermes-Augusto-Dev opened a new pull request, #1355: URL: https://github.com/apache/cordova-docs/pull/1355
Changes made to the lines 48 <li>Build Tools: ^34.0.0</li> 164 If you are using cordova-android 10.0.0 or greater, install the [Java Development Kit (JDK) 17](https://www.oracle.com/java/technologies/downloads/#java17). <!-- Please make sure the checklist boxes are all checked before submitting the PR. The checklist is intended as a quick reference, for complete details please see our Contributor Guidelines: https://cordova.apache.org/contribute/contribute_guidelines.html Thanks! --> ### Platforms affected ### Motivation and Context <!-- Why is this change required? What problem does it solve? --> Notive of change FAILURE: Build failed with an exception. * Where: Script 'C:course-appstestplatformsandroidCordovaLibcordova.gradle' line: 79 * What went wrong: A problem occurred evaluating script. > No usable Android build tools found. Highest 34.x installed version is 33.0.2; Recommended version is 34.0.0. <!-- If it fixes an open issue, please link to the issue here. --> ### Description <!-- Describe your changes in detail --> Changes made to the lines 48 <li>Build Tools: ^34.0.0</li> 164 If you are using cordova-android 10.0.0 or greater, install the [Java Development Kit (JDK) 17](https://www.oracle.com/java/technologies/downloads/#java17). ### Testing <!-- Please describe in detail how you tested your changes. --> Seeing that I was only receiving error messages, I checked the documentation and found that it was in accordance with what I had already done. However, it was not showing as successful. By changing the JDK to version 17 and the buildTools to "34.0.0," the process was successful. ### Checklist - [ ] I've run the tests to see all new and existing tests pass - [ ] I added automated test coverage as appropriate for this change - [ ] Commit is prefixed with `(platform)` if this change only applies to one platform (e.g. `(android)`) - [ ] If this Pull Request resolves an issue, I linked to the issue in the text above (and used the correct [keyword to close issues using keywords](https://help.github.com/articles/closing-issues-using-keywords/)) - [ ] I've updated the documentation if necessary -- 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: issues-unsubscr...@cordova.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org For additional commands, e-mail: issues-h...@cordova.apache.org