Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug Report: Plugin does not work in Android Debug Builds #209

Open
Connor-McCloskey opened this issue Apr 3, 2024 · 0 comments
Open

Bug Report: Plugin does not work in Android Debug Builds #209

Connor-McCloskey opened this issue Apr 3, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@Connor-McCloskey
Copy link

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:

  1. Create a minimal project including this extension
  2. Create a debug build, either as a standalone package or directly install it to an Android device via remote debugging
  3. 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

@piiertho piiertho added the bug Something isn't working label May 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants