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
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)
The text was updated successfully, but these errors were encountered:
java.lang.UnsatisfiedLinkError: dlopen failed: "/data/app/com.sineva.mapping-kWwZ6e9W1kHmeZjkeX1XiQ==/lib/arm/libjoctomap_natives.so" is 64-bit instead of 32-bit
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)
The text was updated successfully, but these errors were encountered: