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包过去

相关文章

SQLite架构简单,又有Json计算能力,有时会承担Json文件/RES...
使用Python操作内置数据库SQLite以及MySQL数据库。
破解微信数据库密码,用python导出微信聊天记录
(Unity)SQLite 是一个软件库,实现了自给自足的、无服务器...
安卓开发,利用SQLite实现登陆注册功能