Closed dvdmunckhof closed 8 years ago
i also get this problem ,how to solve ?
+1
Sorry for inconvenience.
I'm planning to release stetho-realm 2.0 for Realm-Java 2.0 or later.
When do you plan to release this? Is there a temporary workaround?
There are no workaround since the internal structure of Realm Java 2.0 has changed.
I've started working on this. No ETA for now though..
I've released Stetho-Realm 2.0.0 which supports Realm Java 2.0.0.
Please update to the latest.
I'll close this as resolved.
If you find a problem related to this issue, feel free to reopen this.
Hi, @zaki50 I have problem when I use custom name of the database.
Realm.init(this);
RealmConfiguration config = new RealmConfiguration.Builder()
.name(Constants.REALM_DATABASE_NAME)
.schemaVersion(4)
.migration(new MyMigration())
.build();
Stetho show two database: default and my, but both are empty (don't show tabels structure).
__
When I remove name() method form my config everything is ok. I can preview my database.
I am also getting the same error. Able to view the file name but no table structure within with the new 2.0.0 version
thank you for reporting. I'll investigate it
Hi, Any updates on this or any way to make it working with custom names as I am using two realm files one for library and one for app.
Hello, zaki50, do you have any updates?
I encounter same issue with @esiek . Any update?
Yesterday, a new version of Realm was released: https://realm.io/news/realm-java-2-0-mobile-platform-support/
This is not compatible and crashes the app. Stacktrace: