Skip to content

x86_64 lib is missing (guaranteed to crash on x86_64 devices) #293

@stevesamknows

Description

@stevesamknows

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions