OpenCV Library for Android in Eclipse Error -
After adding the OpenCV library to my workspace and designating it as a Library Project, I have an error that is bothering me. On line:
mEngineService = OpenCVEngineInterface.Stub.asInterface (service); I get the following error:
The stub can not be resolved or the field is not Clearly, seeing the file, org.opencv.engine.OpenCVEngineInterface is not a place that has been named Stub. So, what is a stub, where can I find one? How can I fix this?
Use the aidl tool in Android sdk OpenCVEngineInterface.aidl to convert the file to OpenCVEngineInterface.java .
Comments
Post a Comment