katyo / oboe-rs

Rust bindings for Oboe high-performance audio IO Android library
65 stars 22 forks source link

Include `AdpfWrapper.cpp` when building the library #62

Closed fornwall closed 8 months ago

fornwall commented 8 months ago

This fixes:

java.lang.UnsatisfiedLinkError: dlopen failed: cannot locate symbol "_ZN11AdpfWrapper5closeEv"

If possible, it would be nice to include this in a patch release.

katyo commented 8 months ago

@fornwall Thanks. Is where other sources which I forgot to add?

fornwall commented 8 months ago

Is where other sources which I forgot to add?

Not that I know of (with this change it works after some basic smoke testing), while previously the app couldn't startup due to the UnsatisfiedLinkError.