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
[ERROR:flutter/runtime/dart_vm_initializer.cc(41)]
Unhandled Exception: Invalid argument(s): Failed to load dynamic library 'libobjectbox-jni.so': dlopen failed: empty/missing DT_HASH/DT_GNU_HASH in "/data/app/~~I9jU7h4Jwsk2ehJa3Ci35w==/com.example.evercrypted-wdU4XCSJY-w_FHDsJAk2EQ==/lib/arm64/libobjectbox-jni.so" (new hash type from the future?)
@ugran As you appear to not use a 16-KB enabled image, did you enable 16 KB support any other way? Interestingly, developer options for 16 KB support also appear to only be available on Pixel 8.
[ERROR:flutter/runtime/dart_vm_initializer.cc(41)]
Unhandled Exception: Invalid argument(s): Failed to load dynamic library 'libobjectbox-jni.so': dlopen failed: empty/missing DT_HASH/DT_GNU_HASH in "/data/app/~~I9jU7h4Jwsk2ehJa3Ci35w==/com.example.evercrypted-wdU4XCSJY-w_FHDsJAk2EQ==/lib/arm64/libobjectbox-jni.so" (new hash type from the future?)
@ugran As you appear to not use a 16-KB enabled image, did you enable 16 KB support any other way? Interestingly, developer options for 16 KB support also appear to only be available on Pixel 8.
Hello, thanks for the prompt reply!
It appears that you are right, I selected the 16kb size image for pixel 8 and there is no such for pixel 6.
So does object box need to support 16kb page size devices, or do we need to configure android in some other way?
This is something ObjectBox needs to support. See objectbox/objectbox-java#1178 for details. This also only impacts running an app on some yet to be released future devices.
greenrobot-team
changed the title
Build error on Android emulator for API 35 and PIXEL 8
Build error on Android emulator for API 35 and PIXEL 8: dlopen failed: empty/missing DT_HASH/DT_GNU_HASH
Oct 29, 2024
Is there an existing issue?
Build info
Steps to reproduce
pixel 6
Android 15 API 35 and the other one same but `pixel 8The text was updated successfully, but these errors were encountered: