Answer the question
In order to leave comments, you need to log in
How to build Realm under JVM?
The task is to assemble the native part of the realm under the desktop JVM.
Actually, the project itself: https://github.com/realm/realm-java/tree/master/re... Judging by readelf, from dependencies: liblog.so, libc.so, libm.so and libdl.so.
Do I understand correctly that if, say, we use the x86_64 toolchain for assembly and get rid of android dependencies, then it should work? I cut out liblog.so, and the rest of the dependencies don't seem to be used directly, but it still doesn't load. System.loadLibrary() just hangs, no error logs.
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question