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
I'm getting a runtime error in android when I build with NDK r10d and api android-21 or android-22. Build with android-19 doesn't have the issue.
java.lang.UnsatisfiedLinkError: dlopen failed: cannot locate symbol "atof" referenced by "libmx3_android.so"...
Seems some bits have been moved around from 19 onwards
The text was updated successfully, but these errors were encountered:
Hmm, I think atof might be in an old version of json11. Have you run git submodule update recently? I believe I have fixed this error here: libmx3/json11@cfdd675
I'm getting a runtime error in android when I build with NDK r10d and api android-21 or android-22. Build with android-19 doesn't have the issue.
java.lang.UnsatisfiedLinkError: dlopen failed: cannot locate symbol "atof" referenced by "libmx3_android.so"...
Seems some bits have been moved around from 19 onwards
The text was updated successfully, but these errors were encountered: