Mihir Trivedi
Mihir Trivedi
> Does this happen 100% of the time or only sometimes? Can you attach your animation or a sample project? Was your animation exported with Bodymovin for After Effects or...
Here is more detail about the crash - device, and os. Attached the screenshots  
> @Mihir3646 I thought you said it happened 100% of the time. If that's true then OS/device metrics aren't important. Without a repro, I won't be able to help here,...
On `Realm.init(this);` getting the same error in **lib version 10.18.0** ``` Fatal Exception: java.lang.UnsatisfiedLinkError dlopen failed: cannot locate symbol "ExecuteProgram" referenced by "/data/data/com.my.app/app_lib/librealm-jni.so.10.18.0"... java.lang.Runtime.load0 (Runtime.java:933) java.lang.System.load (System.java:1729) com.getkeepsafe.relinker.ReLinkerInstance.loadLibraryInternal (ReLinkerInstance.java:204) com.getkeepsafe.relinker.ReLinkerInstance.loadLibrary...
> So, is this project now abandoned by MongoDB? This issue here will break all apps using Realm on Android devices with the new 16KB page size and they don't...
I think the 16KB page size issue fixed in version [10.19.0](https://github.com/realm/realm-java/blob/main/CHANGELOG.md#10190-2024-09-13)
> > I think the 16KB page size issue fixed in version [10.19.0](https://github.com/realm/realm-java/blob/main/CHANGELOG.md#10190-2024-09-13) > > Obviously not, crashes during initialization I am also using this lib in my project, but...