Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expected org.gradle.api.artifacts.result.ResolvedDependencyResult but found org.gradle.api.internal.artifacts.result.DefaultUnresolvedDependencyResult #42

Open
reactnativedeveloper013 opened this issue Dec 10, 2021 · 0 comments

Comments

@reactnativedeveloper013
Copy link

reactnativedeveloper013 commented Dec 10, 2021

Hi,

tapjoy package not loading in android.

if we add react-native-tapjoy then getting this below error with sync.

**Expected org.gradle.api.artifacts.result.ResolvedDependencyResult but found org.gradle.api.internal.artifacts.result.DefaultUnresolvedDependencyResult **

and i am using this dependencies in app

classpath('com.android.tools.build:gradle:3.5.4')

Screenshot 2021-12-10 at 9 26 50 PM

gradle --version

Gradle 7.3.1

Build time: 2021-12-01 15:42:20 UTC
Revision: 2c62cec93e0b15a7d2cd68746f3348796d6d42bd

Kotlin: 1.5.31
Groovy: 3.0.9
Ant: Apache Ant(TM) version 1.10.11 compiled on July 10 2021
JVM: 17.0.1 (Homebrew 17.0.1+1)
OS: Mac OS X 10.15.7 x86_64

Android studio Version

Android Studio Arctic Fox | 2020.3.1 Patch 3

I already tried with downgrade and upgrade gradle version. before install tapjoy package my project was working. after install react-native-tapjoy facing this issue. i seems in package wrapper gradle version is lower. so might be it's not working.

Anyone have solution?

Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant