微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

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.jb51.cc/sqlite/199441.html

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 dio@foxmail.com 举报,一经查实,本站将立刻删除。

相关推荐