问题描述
我想在Android中实现BlueCove;我在这里读到:<一href=\"http://$c$c.google.com/p/bluecove/source/browse/trunk/bluecove-android2/src/site/apt/index.apt?r=3062\" rel=\"nofollow\">http://$c$c.google.com/p/bluecove/source/browse/trunk/bluecove-android2/src/site/apt/index.apt?r=3062 用法:包括在Android应用程序的类路径bluecove.jar和bluecove-android2.jar,通常称之为JSR-82的API。
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" .
现在的问题是,如果我有bluecove.jar和bluecove-android2.jar我得到一个图书馆bluecove-2.1.0.jar'包含不会在设备上运行的本地库。错误约libbluecove.jnilib。
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.
我该如何解决呢?
推荐答案
BlueCove使用通过JNI本地调用,则需要实现与Android等值的电话。
BlueCove uses native calls through JNI, you will need implement those calls with android equivalents.
这可能会帮助:的
这篇关于如何BlueCove在Android中使用?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!