我正在尝试将 Realm.io 数据库集成到 Eclipse 上的新项目中,但是在编译时会引发以下错误:
[2014-10-09 16:21:48 - DatabaseBenchmark] The library 'realm-0.71.0.jar' contains native libraries that will not run on the device.
[2014-10-09 16:21:48 - DatabaseBenchmark] Additionally some of those libraries will interfer with the installation of the application because of their location in lib/
[2014-10-09 16:21:48 - DatabaseBenchmark] lib/ is reserved for NDK libraries.
[2014-10-09 16:21:48 - DatabaseBenchmark] The following libraries were found:
[2014-10-09 16:21:48 - DatabaseBenchmark] - lib/armeabi/libtightdb-jni.so
[2014-10-09 16:21:48 - DatabaseBenchmark] - lib/armeabi-v7a/libtightdb-jni.so
[2014-10-09 16:21:48 - DatabaseBenchmark] - lib/mips/libtightdb-jni.so
[2014-10-09 16:21:48 - DatabaseBenchmark] - lib/x86/libtightdb-jni.so
关于如何解决这个问题的任何想法?
编辑:我尝试取消选中“外部 jar 包含本机库时强制错误”,Eclipse->Preferences->Android->Build
其中没有更改任何内容。