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

1.0.2 jar UnsatisfiedLinkError #17

Closed
Wavesonics opened this issue Nov 30, 2013 · 2 comments
Closed

1.0.2 jar UnsatisfiedLinkError #17

Wavesonics opened this issue Nov 30, 2013 · 2 comments
Assignees

Comments

@Wavesonics
Copy link
Contributor

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?

@ghost ghost assigned koral-- Dec 1, 2013
@koral--
Copy link
Owner

koral-- commented Dec 1, 2013

.so files generated using maven (plugin) differ from ones compiled directly by ndk-build.
Need to figure out how to fix pom.xml.
I replaced jar in releases section with one with correct .so files.

@koral-- koral-- closed this as completed Dec 1, 2013
@Wavesonics
Copy link
Contributor Author

Awesome, just tested it, looks good.

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