Code Monkey home page Code Monkey logo

Comments (5)

DanManDKo avatar DanManDKo commented on August 16, 2024 2

Any updates?

from stetho-realm.

cervebar avatar cervebar commented on August 16, 2024

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.

from stetho-realm.

jovet-github-acn avatar jovet-github-acn commented on August 16, 2024

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

from stetho-realm.

cervebar avatar cervebar commented on August 16, 2024

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 ... }

from stetho-realm.

ssathishppm avatar ssathishppm commented on August 16, 2024

Any update team me too facing the same

from stetho-realm.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.