Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add arm64-v8a build support [WIP] #2364

Closed
wants to merge 3 commits into from

Conversation

reime005
Copy link

@reime005 reime005 commented May 7, 2019

I've been trying to make Realm 64bit compatible for my react native app, but apparently this did not work so far. I'm stuck currently. The message I get on app startup before it crashed is the following:

java.lang.UnsatisfiedLinkError: couldn't find DSO to load: librealmreact.so caused by: dlopen failed: cannot locate symbol "_ZN5realm16ColumnBaseSimple18replace_root_arrayENSt6__ndk110unique_ptrINS_5ArrayENS1_14default_deleteIS3_EEEE"

Maybe someone has an idea on how to proceed.

This is a Draft.

This closes #2221 #2282

@reime005 reime005 changed the title Add arm64-v8a build support [WIP] Add arm64-v8a build support [WIP] May 7, 2019
@cmelchior
Copy link
Contributor

Hey @reime005
Thank you very much for starting on this.

Note that you cannot just bump the NDK, since it requires that Core is also compiled with that version , so it needs to stay at r10e unfortunately.

@reime005
Copy link
Author

I think we can continue on PR #2366 and close this

@reime005 reime005 closed this May 10, 2019
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 16, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[React Native] Add 64 bit support for Android
3 participants