Hi all:
I'm trying to run a 64-bit (arm64-v8a) app on Nougat 7.1.1 and am running into issues with libhoudini. Specifically I'm getting the following error message:
02-15 00:26:13.009 4817 4817 E AndroidRuntime: java.lang.UnsatisfiedLinkError: dlopen failed: "/data/app/com.square_enix.android_googleplay.octopathj-1/lib/arm64/lib__57d5__.so" has unexpected e_machine: 183
I've tried both houdini7_z.sfs and houdini6_z.sfs and both resulted in the same issue. I installed it by placing the files as houdini64.sfs in /system/etc and then running enable-nativebridge. In logcat I can see that it is "enabled" and I can also see /system/lib64/arm64 mounted.
From the error message it seems that houdini was not loaded at all. Perhaps I'm missing something simple here.
Any help/pointers would be greatly appreciated. If additional info is required, please let me know.