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

Cannot load library: soinfo_relocate(linker.cpp:980): cannot locate symbol "signal" referenced by "libjni.so"... #22

Open
AbakumovAlexandr opened this issue Jul 27, 2015 · 0 comments

Comments

@AbakumovAlexandr
Copy link

I'm trying to test my app on Android 4.2.2.
After adding coffeecatch to build with my NDK part, when I'm loading my so lib with System.loadLibrary("jni"), I get the following error in the LogCat:
07-27 19:28:00.433 23135-23135/com.app E/dalvikvm﹕ dlopen("/data/app-lib/com..app-2/libjni.so") failed: Cannot load library: soinfo_relocate(linker.cpp:980): cannot locate symbol "signal" referenced by "libjni.so"...

And loading so lib fails with UnsatisfiedLinkError exception.

What am I missing here or is it a coffeecatch issue?

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

1 participant