[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包过去
The library 'sqlite-native-driver.jar' contains native libraries that will not run on the device.
最新推荐文章于 2025-05-19 15:42:22 发布
本文解决了一个在使用PhoneGap构建应用时遇到的问题,即SQLite插件中的native-driver.jar包含无法在设备上运行的原生库,并且这些库位于lib/目录下,与NDK库冲突。文章提出了移除特定的jar包并从SQLite项目中复制所需jar包的解决方案。

641

被折叠的 条评论
为什么被折叠?



