Giter Site home page Giter Site logo

Comments (6)

hexi avatar hexi commented on July 19, 2024 1

in build.gradle:
compile 'com.facebook.stetho:stetho:1.4.1'
compile 'com.uphyca:stetho_realm:2.0.0'

in MyApplication:
Stetho.initialize(
Stetho.newInitializerBuilder(this)
.enableDumpapp(Stetho.defaultDumperPluginsProvider(this))
.enableWebKitInspector(RealmInspectorModulesProvider.builder(this).build())
.build());

from stetho-realm.

riyase avatar riyase commented on July 19, 2024 1

still i am having the same problem

from stetho-realm.

bryanleesh avatar bryanleesh commented on July 19, 2024 1

Having the same issue also. Any solution for this?

from stetho-realm.

saulIHS avatar saulIHS commented on July 19, 2024

I have this issue. Any solution?

from stetho-realm.

bryanleesh avatar bryanleesh commented on July 19, 2024

@saulIHS try this.

stetho-realm 2.0.1 is released.

edit build.gradle:

repositories { maven { url 'https://github.com/linchaolong/stetho-realm/raw/master/maven-repo' } }

dependencies { compile 'com.facebook.stetho:stetho:1.4.2' compile 'com.uphyca:stetho_realm:2.0.1' }

from stetho-realm.

saulIHS avatar saulIHS commented on July 19, 2024

@bryanleesh thanks, it works!

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.