We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
arm64-v8a
x86_64
armeabi-v7a
x86
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
No branches or pull requests
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
andx86_64
in addition to the currentarmeabi-v7a
andx86
ABIs.The text was updated successfully, but these errors were encountered: