Advertisement
koki2000

Untitled

Feb 10th, 2023 (edited)
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.48 KB | None | 0 0
  1. csaba@debian:~$ cd /home/csaba/cordova/hello/
  2. csaba@debian:~/cordova/hello$ cordova build
  3. Checking Java JDK and Android SDK versions
  4. ANDROID_SDK_ROOT=$HOME/Android/Sdk (recommended setting)
  5. ANDROID_HOME=$HOME/Android/Sdk (DEPRECATED)
  6. Using Android SDK: /usr/lib/android-sdk
  7. Subproject Path: CordovaLib
  8. Subproject Path: app
  9. Starting a Gradle Daemon, 1 incompatible and 2 stopped Daemons could not be reused, use --status for details
  10.  
  11. FAILURE: Build failed with an exception.
  12.  
  13. * Where:
  14. Script '/home/csaba/cordova/hello/platforms/android/CordovaLib/cordova.gradle' line: 75
  15.  
  16. * What went wrong:
  17. A problem occurred evaluating script.
  18. > No usable Android build tools found. Highest 30.x installed version is 27.0.1; Recommended version is 30.0.3.
  19.  
  20. * Try:
  21. 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.
  22.  
  23. * Get more help at https://help.gradle.org
  24.  
  25. Deprecated Gradle features were used in this build, making it incompatible with Gradle 8.0.
  26.  
  27. You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.
  28.  
  29. See https://docs.gradle.org/7.1.1/userguide/command_line_interface.html#sec:command_line_warnings
  30.  
  31. BUILD FAILED in 21s
  32. Command failed with exit code 1: /home/csaba/cordova/hello/platforms/android/gradlew cdvBuildDebug -b /home/csaba/cordova/hello/platforms/android/build.gradle
  33. csaba@debian:~/cordova/hello$
  34.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement