Hi,
My application needs to run on android version 5.
and after changing minskdversion to 21 or 22, the installation showed the following error message.
E/art ( 2827): dlopen(“/data/app/com.insmenu-1/lib/arm64/libQt6Core_arm64-v8a.so”, RTLD_LAZY) failed: dlopen failed: empty/missing DT_HASH in “/data/app/com.insmenu-1/lib/arm64/libQt6Core_arm64-v8a.so” (built with –hash-style=gnu?)
it seemed an ndk bug back that time and needs to compile with –hash-style=both, can someone help and confirm this?
and any advice on how I can proceed?
Thanks,
Jun