You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As you are aware, there is no "fallback" for native libs -- i.e. if an x86_64 .so is missing, an
x86_64 device won't simply pick up the corresponding x86 .so, but rather crash immediately.
Inspecting .apk reveals that libobjectbox.so is correctly present for ABIs:
armeabi-v7a
arm64-v8a
x86
but is missing for ABI
x86_64
(Possibly simply an e.g. .aar packaging oversight?)
Environment:
Android Studio 3.1 Canary 2
ObjectBox 1.2.1