diff --git a/README.md b/README.md index 22056d6af..af2fea031 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,6 @@ Commercial support is available by contacting: - A stability issue was reported on the iOS version when in use together with [SockJS](http://sockjs.org/) client such as [pusher-js](https://github.com/pusher/pusher-js) at the same time (see [#196](https://github.com/litehelpers/Cordova-sqlite-storage/issues/196)). The workaround is to call sqlite functions and [SockJS](http://sockjs.org/) client functions in separate ticks (using setTimeout with 0 timeout). - If a sql statement fails for which there is no error handler or the error handler does not return `false` to signal transaction recovery, the plugin fires the remaining sql callbacks before aborting the transaction. - DROP table does not actually delete it in WP(7/8) version, due to limitations of CSharp-SQLite. -- Issues have been reported when using this plugin together with Crosswalk, especially with 64-bit architectures. The workaround is to use `androidDatabaseImplementation: 2` when opening the database as described below. ## Other limitations diff --git a/src/android/libs/arm64-v8a/libsqlc-native-driver.so b/src/android/libs/arm64-v8a/libsqlc-native-driver.so new file mode 100644 index 000000000..a7d969618 Binary files /dev/null and b/src/android/libs/arm64-v8a/libsqlc-native-driver.so differ diff --git a/src/android/libs/armeabi-v7a/libsqlc-native-driver.so b/src/android/libs/armeabi-v7a/libsqlc-native-driver.so new file mode 100644 index 000000000..6e7a807de Binary files /dev/null and b/src/android/libs/armeabi-v7a/libsqlc-native-driver.so differ diff --git a/src/android/libs/armeabi/libsqlc-native-driver.so b/src/android/libs/armeabi/libsqlc-native-driver.so new file mode 100644 index 000000000..db120d872 Binary files /dev/null and b/src/android/libs/armeabi/libsqlc-native-driver.so differ diff --git a/src/android/libs/x86/libsqlc-native-driver.so b/src/android/libs/x86/libsqlc-native-driver.so new file mode 100644 index 000000000..75505857c Binary files /dev/null and b/src/android/libs/x86/libsqlc-native-driver.so differ diff --git a/src/android/libs/x86_64/libsqlc-native-driver.so b/src/android/libs/x86_64/libsqlc-native-driver.so new file mode 100644 index 000000000..503ecc184 Binary files /dev/null and b/src/android/libs/x86_64/libsqlc-native-driver.so differ