Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- csaba@debian:~$ cd /home/csaba/cordova/hello/
- csaba@debian:~/cordova/hello$ cordova build
- Checking Java JDK and Android SDK versions
- ANDROID_SDK_ROOT=$HOME/Android/Sdk (recommended setting)
- ANDROID_HOME=$HOME/Android/Sdk (DEPRECATED)
- Using Android SDK: /usr/lib/android-sdk
- Subproject Path: CordovaLib
- Subproject Path: app
- Starting a Gradle Daemon, 1 incompatible and 2 stopped Daemons could not be reused, use --status for details
- FAILURE: Build failed with an exception.
- * Where:
- Script '/home/csaba/cordova/hello/platforms/android/CordovaLib/cordova.gradle' line: 75
- * What went wrong:
- A problem occurred evaluating script.
- > No usable Android build tools found. Highest 30.x installed version is 27.0.1; Recommended version is 30.0.3.
- * Try:
- Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
- * Get more help at https://help.gradle.org
- Deprecated Gradle features were used in this build, making it incompatible with Gradle 8.0.
- You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.
- See https://docs.gradle.org/7.1.1/userguide/command_line_interface.html#sec:command_line_warnings
- BUILD FAILED in 21s
- Command failed with exit code 1: /home/csaba/cordova/hello/platforms/android/gradlew cdvBuildDebug -b /home/csaba/cordova/hello/platforms/android/build.gradle
- csaba@debian:~/cordova/hello$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement