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?

link|improve this question

41% accept rate
1  
tried this? groups.google.com/group/bluecove-developers/msg/… – DonGru Aug 31 '11 at 13:00
feedback

1 Answer

BlueCove uses native calls through JNI, you will need implement those calls with android equivalents.

This might help: http://groups.google.com/group/bluecove-developers/browse_thread/thread/6e32131d7c5b672

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.