The library 'sqlite-native-driver.jar' contains native libraries that will not run on the device.

前端之家收集整理的这篇文章主要介绍了The library 'sqlite-native-driver.jar' contains native libraries that will not run on the device.前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
[2015-07-16 13:36:24 - HelloWorld] The library 'sqlite-native-driver.jar' contains native libraries that will not run on the device.
[2015-07-16 13:36:24 - HelloWorld] Additionally some of those libraries will interfer with the installation of the application because of their location in lib/
[2015-07-16 13:36:24 - HelloWorld] lib/ is reserved for NDK libraries.
[2015-07-16 13:36:24 - HelloWorld] The following libraries were found:
[2015-07-16 13:36:24 - HelloWorld]  - lib/arm64-v8a/libsqlc-native-driver.so
[2015-07-16 13:36:24 - HelloWorld]  - lib/armeabi/libsqlc-native-driver.so
[2015-07-16 13:36:24 - HelloWorld]  - lib/armeabi-v7a/libsqlc-native-driver.so
[2015-07-16 13:36:24 - HelloWorld]  - lib/x86/libsqlc-native-driver.so[2015-07-16 13:36:24 - HelloWorld] - lib/x86_64/libsqlc-native-driver.so见http://stackoverflow.com/questions/31451879/phonegap-sqlite-plugin-error大致就是要remove掉2个jar包,然后从sqlite项目中拷贝这2个jar包过去
原文链接:https://www.f2er.com/sqlite/199441.html

猜你在找的Sqlite相关文章