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
この問題を解決する方法について何か考えはありますか?
Eclipse->Preferences->Android->Build
編集:何も変更されていない「外部jarにネイティブライブラリが含まれている場合にエラーを強制する」のチェックを外してみました。