According to Android 8.0 Behavior Changes there was a change in NDK that has the following statement
In apps targeting Android 8.0 (API level 26), native libraries no longer load if they contain any load segment that is both writable and executable.
I am not sure what it means, but I am curious if it was even relevant to the Realm database. It would be nice to get some tips for mentioned change :)
Does this change has any impact on the way Realm initialized? Can we expect any misbehavior due to this change?