I've been attempting to develop an Android app using JavaScript with Apache Cordova. Despite following all the steps and installing the necessary components, I'm encountering an issue during the build process:
C:\Users\qiova\cordova\hello>cordova build Checking Java JDK and Android SDK versions ANDROID_SDK_ROOT=undefined (recommended setting) ANDROID_HOME=undefined (DEPRECATED) Using Android SDK: C:\Users\qiova\AppData\Local\Android\sdk Subproject Path: CordovaLib Subproject Path: app
FAILURE: Build failed with an exception.
Where: Script 'C:\Users\qiova\cordova\hello\platforms\android\CordovaLib\cordova.gradle' line: 69
What went wrong: A problem occurred evaluating the script.
No installed build tools found. Please install the Android build tools version 30.0.3.
Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option for more log output. Run with --scan for full insights.
Get additional help at
Deprecated Gradle features were used in this build, resulting in incompatibility with Gradle 8.0.
You can use '--warning-mode all' to display individual deprecation warnings and identify whether they originate from your scripts or plugins.
See
BUILD FAILED in 3s Command exited with code 1: C:\Users\qiova\cordova\hello\platforms\android\gradlew cdvBuildDebug -b C:\Users\qiova\cordova\hello\platforms\android\build.gradle
My goal is to create an Android app using JavaScript through Apache Cordova. However, despite complying with the installation instructions and component requirements, the build process isn't functioning accordingly!