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 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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: