Hello Everyone, am new to Gradle Am facing an issu...
# community-support
d
Hello Everyone, am new to Gradle Am facing an issue with xerces after recent update from gradle 0.76.5
Copy code
FAILURE: Build failed with an exception.
* What went wrong:
Illegal constant pool index 0 for method signature in class file com/sun/org/apache/xerces/internal/util/URI
Copy code
"react": "18.3.1",
"react-native": "0.76.5",
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-all.zip
I have tried downgrading the version but still facing same issue
Copy code
classpath("com.android.tools.build:gradle:8.1.2")
classpath("com.facebook.react:react-native-gradle-plugin:0.76.5")
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.24")
It would be very helpful if someone can help me resolve me this or point me to find a resolution for this issue, appreciate your help
v
Gradle 0.76.5 is not existent. But I guess you mean React Native version , giving your remaining text. Please share the full error including
--stacktrace
or optimally a build
--scan
URL, then it could maybe be told where the error comes from and where you need to head to for getting help.
d
It has been an issue with Java17, uninstall the Java17 and installing new helped me to resolve the issue. Thanks for the help
👌 1