Giter Site home page Giter Site logo

Comments (11)

opt05 avatar opt05 commented on August 19, 2024 2

It seems the last working versions are:

'com.facebook.stetho:stetho:1.5.0'
'com.uphyca:stetho_realm:2.1.0'
'io.realm:realm-gradle-plugin:3.5.0'

from stetho-realm.

imadbz avatar imadbz commented on August 19, 2024 2

Same on 4.2.0 and 3.7.4!
Works and 3.5.0

from stetho-realm.

sattha avatar sattha commented on August 19, 2024 1

I have this experienced on Realm 3.7.1

from stetho-realm.

SanchiSinghal avatar SanchiSinghal commented on August 19, 2024

Now the app does not get crashed, but still the remote debugging stops showing connection at run time.

Also, realm version is : ^1.2.0

from stetho-realm.

pacifire avatar pacifire commented on August 19, 2024

Even i am facing the same issue :-(

from stetho-realm.

pacifire avatar pacifire commented on August 19, 2024

The realm object : "honeycomb.realm" can be seen. But if we try to expand it. It gets disconnected.

My Application class:

public class HoneycombApplication extends Application {
    @Override
    public void onCreate() {
        super.onCreate();

        RealmConfiguration config = new RealmConfiguration.Builder(this).name(AppConstants.REALM_NAME)
                                        .deleteRealmIfMigrationNeeded().build();
        Realm.setDefaultConfiguration(config);





        Stetho.initialize(
                Stetho.newInitializerBuilder(this)
                        .enableDumpapp(Stetho.defaultDumperPluginsProvider(this))
                        .enableWebKitInspector(RealmInspectorModulesProvider.builder(this).build())
                        .build());
    }//onCreate closes here....

}//HoneycombApplication closes here....

screen shot 2017-06-14 at 12 54 13 pm
screen shot 2017-06-14 at 12 54 24 pm

from stetho-realm.

pacifire avatar pacifire commented on August 19, 2024

Hey, i fixed this issue:

The issue was with the Realm dependency.

The correct way to configure Realm is:
In Application.gradle:
dependencies {
classpath "io.realm:realm-gradle-plugin:3.3.2"//https://realm.io/docs/java/latest/#installation
}

In app.gradle:
apply plugin: 'realm-android'//https://realm.io/docs/java/latest/#installation

Remove all other dependencies for Realm. This Gradle sync should sync successfully.

Reference: https://realm.io/docs/java/latest/#installation

from stetho-realm.

BoukhariAyoub avatar BoukhariAyoub commented on August 19, 2024

same with realm 4.1.1

from stetho-realm.

hereisderek avatar hereisderek commented on August 19, 2024

same issue on realm 5.1.0 and WickeDev fork on stetho_realm:2.2.2

from stetho-realm.

luispereira avatar luispereira commented on August 19, 2024

Same issue on realm 5.0 and stetho_realm 2.3

from stetho-realm.

RushiMThakker avatar RushiMThakker commented on August 19, 2024

I am working on a react native project with realm 6.0.3. I am getting crash on clicking default.realm in sources tab of developer tools. Below is my code for the integration:

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

debugImplementation 'com.uphyca:stetho_realm:2.3.0';

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

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.