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

Could not find com.uphyca:stetho_realm:2.1.0 #74

Open
jovet-github-acn opened this issue Jun 1, 2021 · 5 comments
Open

Could not find com.uphyca:stetho_realm:2.1.0 #74

jovet-github-acn opened this issue Jun 1, 2021 · 5 comments

Comments

@jovet-github-acn
Copy link

Could not determine the dependencies of task ':app:compilePoarDebugJavaWithJavac'.

Could not resolve all task dependencies for configuration ':app:poarDebugCompileClasspath'.
Could not find com.uphyca:stetho_realm:2.1.0.
Required by:
project :app

Possible solution:

My Configuration:
app/gradle
debugImplementation 'com.facebook.stetho:stetho:1.5.0'
debugImplementation 'com.uphyca:stetho_realm:2.1.0'

project gradle
maven {
url 'https://github.com/uPhyca/stetho-realm/raw/master/maven-repo'
}

@cervebar
Copy link

cervebar commented Jun 1, 2021

Same issue with Android, Gradle and stetho_realm:2.2.2. (ಥ﹏ಥ)

Could not determine the dependencies of task ':app:transformClassesAndResourcesWithR8ForRelease'.
> Could not resolve all task dependencies for configuration ':app:releaseCompileClasspath'.
   > Could not find com.uphyca:stetho_realm:2.2.2.

@jovet-github-acn
Copy link
Author

yes me too I used also version 2.2.2 but the same error encountered.

@DanManDKo
Copy link

Any updates?

@cervebar
Copy link

We have found a workaround for our use case (stetho and realm):
We got the stetho_realm-2.2.2.jar from cached jars and linked it manually.

app/build.gradle:
Don't forget to also link your folder with the jar file (we have it in app/libs/):

dependencies { ... implementation fileTree(dir: 'libs', include: ['*.jar']) // Stetho implementation "com.facebook.stetho:stetho:$stetho_version" // DELETE this line: implementation "com.uphyca:stetho_realm:$stetho_realm_version" // stetho-realm is imported via .jar file in app/libs ... }

@ssathishppm
Copy link

Any update team me too facing the same

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

4 participants