0

我正在使用这个http://docs.couchbase.com/couchbase-lite/cbl-android/cbl-android-1.0b2/#building-your-first-app-with-eclipse在eclipse中使用android android应用程序设置couchbase .

但是我收到以下错误,如何解决它们?

[2014-06-14 12:53:41 - groccery] The library 'cbl_collator_so-1.0.0.jar' contains native libraries that will not run on the device.
[2014-06-14 12:53:41 - groccery] Additionally some of those libraries will interfer with the installation of the application because of their location in lib/
[2014-06-14 12:53:41 - groccery] lib/ is reserved for NDK libraries.
[2014-06-14 12:53:41 - groccery] The following libraries were found:
[2014-06-14 12:53:41 - groccery] - lib/armeabi-v7a/libcom_couchbase_touchdb_RevCollator.so
[2014-06-14 12:53:41 - groccery] - lib/armeabi-v7a/libcom_couchbase_touchdb_TDCollateJSON.so
[2014-06-14 12:53:41 - groccery] - lib/armeabi/libcom_couchbase_touchdb_RevCollator.so
[2014-06-14 12:53:41 - groccery] - lib/armeabi/libcom_couchbase_touchdb_TDCollateJSON.so
[2014-06-14 12:53:41 - groccery] - lib/mips/libcom_couchbase_touchdb_RevCollator.so
[2014-06-14 12:53:41 - groccery] - lib/mips/libcom_couchbase_touchdb_TDCollateJSON.so
[2014-06-14 12:53:41 - groccery] - lib/x86/libcom_couchbase_touchdb_RevCollator.so
[2014-06-14 12:53:41 - groccery] - lib/x86/libcom_couchbase_touchdb_TDCollateJSON.so
4

1 回答 1

0

提取 cbl_collat​​or_so-1.0.0.jar文件并将提取文件粘贴到 libs 文件夹中。

于 2014-07-16T04:52:31.983 回答