objectbox-java: UnsatisfiedLinkError: Native method not found: io.objectbox.query.QueryBuilder.nativeContains
Hello everyone. I find crash occur on “arm64-v8a” device.should I must add “arm64-v8a” in abiFilters?
However my another “tentcent X5 webview’s So lib” is not support for “arm64-v8a” environment, So I delete “arm64-v8a” in abiFilters, let it use “armeabi”.
I think it will run with “armeabi” for compatable 32bit environment if “arm64-v8a” not in abiFilters. However, why Obejct-box will occur crash because UnsatisfiedLinkError: Native method not found: io.objectbox.query.QueryBuilder.nativeContains:(JILjava/lang/String;Z)J
if there is not QueryBuilder.nativeContains method in "SO lib"of “armeabi” folder ? My objectBox version is 2.0.0.
my gradle configuration as below:
ndk {
abiFilters "armeabi", "armeabi-v7a"
}
About this issue
- Original URL
- State: closed
- Created 5 years ago
- Comments: 23 (7 by maintainers)
hello @greenrobot-team yes of course the full stack trace as below: