Android Javacv Dilemma, Noclassdeffounderror Thrown Inside Of Method 'draw' When Iplimage Is Created
I am using the JavaCV library with pre-built OpenCV libraries for Android. I think I have setup Eclipse the right way, because I have included the jars both javacv.jar and javacpp.
Solution 1:
The jars need to be in the project-root/libs folder or to mark them as exported in the build path of the project...
now it should work...
Post a Comment for "Android Javacv Dilemma, Noclassdeffounderror Thrown Inside Of Method 'draw' When Iplimage Is Created"