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


i'm trying running old app newer plugins , api , following errors.

[2015-07-23 16:13:54 - demopia] dx  trouble writing output: prepared [2015-07-23 16:13:58 - demopia] library 'sqlite-native-driver.jar' contains native libraries not run on device. [2015-07-23 16:13:58 - demopia] additionally of libraries interfer installation of application because of location in lib/ [2015-07-23 16:13:58 - demopia] lib/ reserved ndk libraries. [2015-07-23 16:13:58 - demopia] following libraries found: [2015-07-23 16:13:58 - demopia]  - lib/arm64-v8a/libsqlc-native-driver.so [2015-07-23 16:13:58 - demopia]  - lib/armeabi/libsqlc-native-driver.so [2015-07-23 16:13:58 - demopia]  - lib/armeabi-v7a/libsqlc-native-driver.so [2015-07-23 16:13:58 - demopia]  - lib/x86/libsqlc-native-driver.so [2015-07-23 16:13:58 - demopia]  - lib/x86_64/libsqlc-native-driver.so 

i tried follow this link still receive same error. can please me this? thank you

if continue same error library sqlite-native-driver.jar still lurking in libs directory. described phonegap sqlite plugin error linked to, have follow following steps:

  1. extract contents of sqlite-native-driver.jar (using jar xf sqlite-native-driver.jar or jar xvf sqlite-native-driver.jar)
  2. copy contents of lib directory extracted sqlite-native-driver.jar libs directory
  3. make sure remove sqlite-native-driver.jar libs directory, otherwise continue see same error

finally, recommend clean project of build artifacts , uninstall app on simulator or device.


Comments

Popular posts from this blog

javascript - Karma not able to start PhantomJS on Windows - Error: spawn UNKNOWN -

Nuget pack csproj using nuspec -

c# - Display ASPX Popup control in RowDeleteing Event (ASPX Gridview) -