Answer the question
In order to leave comments, you need to log in
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
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question