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
According to the documentation and the errors I've been encountering, this extension does not work in Android debug builds. Given the popularity of Godot for mobile development and the popularity of FMod, this seems like a pretty big bug.
Steps to reproduce:
Create a minimal project including this extension
Create a debug build, either as a standalone package or directly install it to an Android device via remote debugging
Observe the crashes
It seems when I export this, I can pull some lines from adb logcat noting that there's a missing .so file:
AndroidRuntime: java.lang.UnsatisfiedLinkError: dlopen failed: library "libfmod.so" not found
The text was updated successfully, but these errors were encountered:
According to the documentation and the errors I've been encountering, this extension does not work in Android debug builds. Given the popularity of Godot for mobile development and the popularity of FMod, this seems like a pretty big bug.
Steps to reproduce:
It seems when I export this, I can pull some lines from adb logcat noting that there's a missing .so file:
AndroidRuntime: java.lang.UnsatisfiedLinkError: dlopen failed: library "libfmod.so" not found
The text was updated successfully, but these errors were encountered: