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 call local c++ method on android project #19

Open
lihongwen1 opened this issue Dec 24, 2018 · 1 comment
Open

Cannot call local c++ method on android project #19

lihongwen1 opened this issue Dec 24, 2018 · 1 comment

Comments

@lihongwen1
Copy link

Compile on the android project using the following methods, the library cannot be used
compile 'es.usc.citius.lab:joctomap'
So I download the source code, and compiled and generated the jar file on ubuntu. After importing the Android project, I call the JOctree.read(fileDir) method. The following error occurs. How to solve it?

java.lang.UnsatisfiedLinkError: No implementation found for es.usc.citius.lab.joctomap.octree.JOctree es.usc.citius.lab.joctomap.octree.JOctree.read(java.lang.String)

@lihongwen1
Copy link
Author

java.lang.UnsatisfiedLinkError: dlopen failed: "/data/app/com.sineva.mapping-kWwZ6e9W1kHmeZjkeX1XiQ==/lib/arm/libjoctomap_natives.so" is 64-bit instead of 32-bit

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