Skip to content
This repository has been archived by the owner on Mar 2, 2018. It is now read-only.

Can't run the Java floorplan reconstruction example on the Tango Dev Kit #106

Open
toni-anders opened this issue Sep 29, 2017 · 0 comments

Comments

@toni-anders
Copy link

I've downloaded the latest version of your code and want to run it on my Dev Kit. The folowing exception is thrown:

09-29 15:20:58.831 22796-22818/com.projecttango.experiments.javafloorplanreconstructionexample E/art: dlopen("/data/app-lib/com.projecttango.experiments.javafloorplanreconstructionexample-1/libtango_java_3d_reconstruction_api.so", RTLD_LAZY) failed: dlopen failed: could not load library "libtango_3d_reconstruction.so" needed by "libtango_java_3d_reconstruction_api.so"; caused by cannot locate symbol "rand" referenced by "libtango_3d_reconstruction.so"... 09-29 15:20:58.833 22796-22818/com.projecttango.experiments.javafloorplanreconstructionexample E/AndroidRuntime: FATAL EXCEPTION: Thread-967 Process: com.projecttango.experiments.javafloorplanreconstructionexample, PID: 22796 java.lang.UnsatisfiedLinkError: dlopen failed: could not load library "libtango_3d_reconstruction.so" needed by "libtango_java_3d_reconstruction_api.so"; caused by cannot locate symbol "rand" referenced by "libtango_3d_reconstruction.so"... at java.lang.Runtime.loadLibrary(Runtime.java:364) at java.lang.System.loadLibrary(System.java:526) at com.google.atap.tango.reconstruction.Tango3dReconstructionConfig.<clinit>(Tango3dReconstructionConfig.java:67) at com.projecttango.examples.java.floorplanreconstruction.TangoFloorplanner.<init>(TangoFloorplanner.java:66) at com.projecttango.examples.java.floorplanreconstruction.FloorPlanReconstructionActivity.startupTango(FloorPlanReconstructionActivity.java:222) at com.projecttango.examples.java.floorplanreconstruction.FloorPlanReconstructionActivity.access$400(FloorPlanReconstructionActivity.java:64) at com.projecttango.examples.java.floorplanreconstruction.FloorPlanReconstructionActivity$2.run(FloorPlanReconstructionActivity.java:175) at java.lang.Thread.run(Thread.java:811)

Please help me.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant