0
0
022y2014-05-17 16:17:14
Android
022y, 2014-05-17 16:17:14

BoofCV and Android: crash on execution

Hello!
I ran into a problem with the BoofCV library in an android application.
Application crashes with error:
E/AndroidRuntime﹕ FATAL EXCEPTION: main
java.lang.NoClassDefFoundError: org.ddogleg.struct.FastQueue
at boofcv.alg.feature.detect.edge.HysteresisEdgeTracePoints.(HysteresisEdgeTracePoints.java:56)
at boofcv.alg .feature.detect.edge.CannyEdge.(CannyEdge.java:93)
at boofcv.alg.feature.detect.edge.CannyEdgeDynamic.(CannyEdgeDynamic.java:42)
at boofcv.factory.feature.detect.edge.FactoryEdgeDetectors.canny (FactoryEdgeDetectors.java:57)
at com.example.newtest.MainActivity$1.onClick(MainActivity.java:42)
at android.view.View.performClick(View.java:4171)
at android.view.View$PerformClick.run(View.java:17097)
at android.os.Handler.handleCallback(Handler.java:615)
at android. os.Handler.dispatchMessage(Handler.java:92)
at android.os.Looper.loop(Looper.java:137)
at android.app.ActivityThread.main(ActivityThread.java:4881)
at java.lang.reflect.Method .invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:511)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:808)
at com.android.internal .os.ZygoteInit.main(ZygoteInit.java:575)
at dalvik.system.NativeStart.main(Native Method)
Environment: Android Studio
Please tell me what could be the problem

Answer the question

In order to leave comments, you need to log in

1 answer(s)
O
one pavel, 2014-05-17
@onepavel

the name of the thrown exception java.lang.NoClassDefFoundError: org.ddogleg.struct.FastQueue
and the name of the class that resulted in the exception

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question