AndroidJavaException: java.lang.UnsatisfiedLinkError: dlopen failed: library "libfmodL.so" not found

Hey all,

I have recently exported an android build and opened it in android studio in the hope to run my game on an emulator. When I launch my game on the emulator the game crashes soon after starting up with the error AndroidJavaException: java.lang.UnsatisfiedLinkError: dlopen failed: library “libfmodL.so” not found. I dont suppose anyone else has tried to run there unity app on an android studio emulator and had success or run into this exception? I have built using unity 2022.3.7 and am running Version: 2.02.04 of fmod. Any help would be great please.

Cheers.

Hi,

If you extract the .apk can you confirm that the libfmodL.so is included: Android Build\lib\armeabi-v7a\libfmodL.so. If this isn’t included could you check that the file in Unity has the correct options to include it on the Android build: