-
Notifications
You must be signed in to change notification settings - Fork 22
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 branch] undefined reference to stderr, stdin, stdout.. #8
Comments
@faizol Can you tell me a little bit about your build environment like which Qt version you are using and in which OS you try to cross compile? |
Sorry for didn't include earlier the details about the build environment. |
@faizol There is a new android-5,15 branch. Let me know if this works for you. |
Hi, |
Hi,
I downloaded and compiled your android branch of the plugin and got into errors. The 64 bit versions of the plugin (arm64-v8a and x86_64) can only be linked against shared library of sqlcipher (libsqlcipher.so) instead of the static libsqlcipher.a. Otherwise the linker will throw undefined reference to stderr, stdin, stdout etc.
The minimum required android API for the 64 bit version was set to 23, but I also got the same error messages if I increased the minimum API to 26.
Any pointers on how should I go about to solve this?
TIA.
regards,
Faizol
The text was updated successfully, but these errors were encountered: