I am trying to run a slightly old react-native pro...
# community-support
w
I am trying to run a slightly old react-native project and I get this error.
Copy code
Expected org.gradle.api.artifacts.result.ResolvedDependencyResult but found org.gradle.api.internal.artifacts.result.DefaultUnresolvedDependencyResult
I did search online and couldn't find any solution. I tried upgrading gradle, using different JDKs, 8, 11, used different node version, tried resetting gradle local cache and nothing worked. • "react-native": "^0.62.3", • distributionUrl=https\:<//services.gradle.org/distributions/gradle-6.0.1-all.zip> I have been stuck with this issue for days and If anyone can help me that would be great. thanks
v
Can you share the full
--stacktrace
? Optimally as build
--scan
URL
w
here is the stacktrace @Vampire
v
No, it is not
w
@Vampire Is this okay now? https://scans.gradle.com/s/poi6ci6kn4guc
👌 1
I guess your Android Gradle Plugin is not compatible with your Gradle version
Check whether you use compatible versions