Установлена cordova+Android Studio с Builder v34+gradle 7.4.2(первоначально запускал с 8ым)
При компиляции helloworld выдает следующую ошибку:
1 error
* 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.4.2/userguide/command_line_interface.html#sec:command_line_warnings
BUILD FAILED in 11s
Command failed with exit code 1: C:\gradle\bin\gradle.BAT -p C:\Users\Alexh\OneDrive\Рабочий стол\Новая папка (5)\hello\platforms\android wrapper -b C:\Users\Alexh\OneDrive\Рабочий стол\Новая папка (5)\hello\platforms\android\wrapper.gradlePS C:\Users\Alexh\OneDrive\Рабочий стол\Новая папка (5)\hell^C
С чем может быть связана проблема?