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
{{ message }}
This repository was archived by the owner on Aug 18, 2025. It is now read-only.
IsarError (IsarError: Could not initialize IsarCore library for processor architecture "android_arm64". If you create a Flutter app, make sure to add isar_flutter_libs to your dependencies.
Invalid argument(s): Failed to load dynamic library 'libisar.so': dlopen failed: empty/missing DT_HASH/DT_GNU_HASH in "/data/app/<redacted>/lib/arm64/libisar.so" (new hash type from the future?))
without legacy packaging the app fails to install on those images.
Steps to Reproduce
Using a Android Emulator with an image of Type 16 KB Page Size Google APIs PlayStore and Using legacy packaging as suggested by Google results in the following exception:
without legacy packaging the app fails to install on those images.
(Other images without 16KB page size run fine)
Code sample
Details