I'm trying to use BoofCV and I have the JAR in my /libs folder, with the rest of the JARs my app uses (and they work correctly) but it keeps giving me this error
04-26 15:53:12.110: E/AndroidRuntime(29683): java.lang.NoClassDefFoundError: boofcv.struct.geo.AssociatedPair
Even though I can go over to the jar file, navigate to that location and see AssociatedPair.class where it should be.
The jar is in my build path with the others so I don't understand why I'm getting this