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

Android build for 64-bit ABIs #6

Open
kaloyan-raev opened this issue Apr 19, 2018 · 1 comment
Open

Android build for 64-bit ABIs #6

kaloyan-raev opened this issue Apr 19, 2018 · 1 comment

Comments

@kaloyan-raev
Copy link
Collaborator

The app is currently build only for 32-bit Android ABIs. This means that even if the app is run on a 64-bit device libstorj will run in 32-bit mode.

The APK should be build for arm64-v8a and x86_64 in addition to the current armeabi-v7a and x86 ABIs.

@rikysya
Copy link
Contributor

rikysya commented Apr 19, 2018

React-native android is incompatible with 3rd-party 64-bit libraries, as their core native library is built only for 32-bit ABIs.

There is an open issue on github:
facebook/react-native#2814

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants