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
{{ message }}
This repository has been archived by the owner on Mar 2, 2018. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
The text was updated successfully, but these errors were encountered: