领域文件无法打开

Realm file could not be opened

当我为 Android 0.82.2 使用领域时,我可以在领域浏览器 0.95.2 (9) 中打开 default.realm 文件。但是,当我使用领域 0.83.0 并尝试在浏览器中打开 default.ream 时,出现错误:

'default' could not be opened. It may be encrypted, or it isn't in a compatible file format.

我不使用加密。从 App Store 安装的 Realm 浏览器。

境界Java0.83带来了breaking change to the file format.

这还没有被浏览器采用。但是有一个 branch with still experimental support for nullable properties,你现在需要自己编译。对于给您带来的不便,我们深表歉意,我们正在努力解决。

更新:

最新版本可在 AppStore 和 precompiled on GitHub 上获得。