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

Popular posts from this blog

Python SQLAlchemy:AttributeError: Neither 'Column' object nor 'Comparator' object has an attribute 'schema' -

java - How not to audit a join table and related entities using Hibernate Envers? -

mongodb - CakePHP paginator ignoring order, but only for certain values -