Akash Verma
02/11/2025, 8:49 AMCould not resolve all dependencies for configuration 'classpath'.> The new Java toolchain feature cannot be used at the project level in combination with source and/or target compatibility" can any one help am not able to resolve this
Vampire
02/11/2025, 9:07 AMVampire
02/11/2025, 9:08 AM--scan
URL? Maybe it contains helpful information.Akash Verma
02/11/2025, 9:08 AMVampire
02/11/2025, 9:10 AMAkash Verma
02/11/2025, 9:10 AMpunycode
module is deprecated. Please use a userland alternative instead.
(Use node --trace-deprecation ...
to show where the warning was created)
info Installing the app...
info 💡 Tip: Make sure that you have set up your development environment correctly, by running npx react-native doctor. To read more about doctor command visit: https://github.com/react-native-community/cli/blob/main/packages/cli-doctor/README.md#doctor
FAILURE: Build failed with an exception.
* What went wrong:
Could not determine the dependencies of null.
Could not resolve all dependencies for configuration 'classpath'.> The new Java toolchain feature cannot be used at the project level in combination with source and/or target compatibility * 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 BUILD FAILED in 3s error Failed to install the app. Command failed with exit code 1: gradlew.bat app:installDebug -PreactNativeDevServerPort=8081 FAILURE: Build failed with an exception. * What went wrong: Could not determine the dependencies of null. > Could not resolve all dependencies for configuration 'classpath'. > The new Java toolchain feature cannot be used at the project level in combination with source and/or target compatibility * 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 BUILD FAILED in 3s. info Run CLI with --verbose flag for more details.
Akash Verma
02/11/2025, 9:36 AMVampire
02/11/2025, 9:58 AM--scan
URL?Akash Verma
02/11/2025, 9:59 AMVampire
02/11/2025, 11:39 AM--scan
which means no build scan was generated.Akash Verma
02/11/2025, 11:48 AMAkash Verma
02/11/2025, 11:49 AMVampire
02/11/2025, 11:51 AMAkash Verma
02/12/2025, 4:04 AM