Good Morning , i am getting this error can anyone ...
# community-support
b
Good Morning , i am getting this error can anyone help me to fix
Copy code
(node:2592) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
(Use `node --trace-deprecation ...` to show where the warning was created)
info A dev server is already running for this project on port 8081.
info Installing the app...
> Task :app:mergeDebugResources FAILED                                                                                              

Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0.                                         

You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.

For more on this, please refer to <https://docs.gradle.org/8.10.2/userguide/command_line_interface.html#sec:command_line_warnings|https://docs.gradle.org/8.10.2/userguide/command_line_interface.html#sec:command_line_warnings> in the Gradle documentation.
57 actionable tasks: 9 executed, 48 up-to-date

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|https://github.com/react-native-community/cli/blob/main/packages/cli-doctor/README.md#doctor> 


FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':app:mergeDebugResources'.
> A failure occurred while executing com.android.build.gradle.internal.res.ResourceCompilerRunnable
   > Resource compilation failed (Failed to compile values resource file C:\Users\balakrishnad\Desktop\Task\SpeechToText\android\app\build\intermediates\incremental\debug\mergeDebugResources\merged.dir\values\values.xml. Cause: java.nio.file.InvalidPathException: Illegal char <:> at index 43: com.speechtotext.app-mergeDebugResources-24:/values/values.xml). Check logs for more details.

* 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|https://help.gradle.org>.

BUILD FAILED in 8s
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: Execution failed for task ':app:mergeDebugResources'. > A failure occurred while executing com.android.build.gradle.internal.res.ResourceCompilerRunnable > Resource compilation failed (Failed to compile values resource file C:\Users\balakrishnad\Desktop\Task\SpeechToText\android\app\build\intermediates\incremental\debug\mergeDebugResources\merged.dir\values\values.xml. Cause: java.nio.file.InvalidPathException: Illegal char <:> at index 43: com.speechtotext.app-mergeDebugResources-24:/values/values.xml). Check logs for more details. * 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|https://help.gradle.org>. BUILD FAILED in 8s.
info Run CLI with --verbose flag for more details.
๐Ÿงต 1
v
Please don't post such walls of text to the main channel, that makes following the channel hard, especially on mobile. Better with a short message and add details or longer snippets to the thread. Regarding the question, it is not really a Gradle question. A task is failing because in some XML file an invalid path is found that contains a colon at index 43.
b
Thank you i will check
๐Ÿ‘Œ 1