Sqlite-native-driver.jar [solved]

Hello friends
To run my application with SQLite, the following error is displayed:

The library 'sqlite-native-driver.jar' contains native libraries that will not run on the device.
Additionally some of those libraries will interfer with the installation of the application because of their location in lib/
lib/ is reserved for NDK libraries.
The following libraries were found:
- lib/arm64-v8a/libsqlc-native-driver.so
- lib/armeabi/libsqlc-native-driver.so
- lib/armeabi-v7a/libsqlc-native-driver.so
- lib/x86/libsqlc-native-driver.so
- lib/x86_64/libsqlc-native-driver.so

I’m trying to make the example https://blog.nraboy.com/2014/11/use-sqlite-instead-local-storage-ionic-framework/

Thank you very much!

I also have the same issue.Can any one help?

Yes, you must open the sqlite-native-driver.jar with winrar and rename the folder lib to libs

Thank you very much.your solution working fine.