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

Android runtime error dlopen failed: cannot locate symbol "atof" when built with android-21/22 #64

Open
kabram opened this issue May 18, 2015 · 1 comment

Comments

@kabram
Copy link

kabram commented May 18, 2015

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

@skabbes
Copy link
Contributor

skabbes commented Jun 2, 2015

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants