-
Notifications
You must be signed in to change notification settings - Fork 619
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 binaries missing SONAME
#960
Comments
Hi, in the link you provided it mentions |
Unsure. Logcat error uses |
Do you think you can find out? We would need more details to be able to fix it. |
Think we have our answer >> https://stackoverflow.com/questions/41255199/warning-libcryptopp-so-is-missing-dt-soname-will-use-basename-as-a-replacement/41278924#41278924 |
DT_SONAME
SONAME
I tried various linker options without success, the attribute is not added. Here is what i tried:
|
I was using the arguments incorrectly, it seems the following works:
|
@05nelsonm you can try the latest snapshot which contains the SONAME |
Tried out Tested on x86 emulator for Android API 23, 24, 27, 33. Seems fixed to me, thanks @gotson ! |
🎉 This issue has been resolved in |
Describe the bug
Android showing a linker warning in Logcat about
DT_SONAME
missing when running tests.See: https://android.googlesource.com/...
To Reproduce
jniLibs
directory)Expected behavior
libsqlitejdbc.so
file should containSONAME
Logs
Environment (please complete the following information):
Android (Emulators API 24, 28, 33)
x86
3.41.2.1
The text was updated successfully, but these errors were encountered: