-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
1.0.2 jar UnsatisfiedLinkError #17
Comments
ghost
assigned koral--
Dec 1, 2013
.so files generated using maven (plugin) differ from ones compiled directly by ndk-build. |
Awesome, just tested it, looks good. |
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Just changed my project to use the new 1.0.2 release jar, and I'm getting linking errors:
Caused by: java.lang.UnsatisfiedLinkError: dlopen failed: "/data/app-lib/com.xxx.xxx-1/libgif.so" has no loadable segments
I inspected the jar and it looks fine to me, so I currently have no idea what the problem is.
However, it's not a simple "can't find lib", so maybe the actual binaries were just built wrong?
The text was updated successfully, but these errors were encountered: