I'm trying to implement BlueCove in Android; i've read here: http://code.google.com/p/bluecove/source/browse/trunk/bluecove-android2/src/site/apt/index.apt?r=3062 "usage: include bluecove.jar and bluecove-android2.jar in classpath of the android application and call JSR-82 APIs normally" .
The problem is that if i include bluecove.jar and bluecove-android2.jar i get a "The library 'bluecove-2.1.0.jar' contains native libraries that will not run on the device." error about libbluecove.jnilib.
How can i solve it?