Not working on cordova-android@7, should use AAR (Gradle)
brodycj opened this issue · 1 comments
brodycj commented
As reported in storesafe/cordova-sqlite-storage#729 this plugin will not work on cordova-android@7, which is standard for latest Cordova CLI (8.0.0). The best solution would be to include SQLCipher for Android using Gradle. I would like to resolve this when supporting SQLCipher 3.4.2 / 3.5.8 (#62).
brodycj commented
And thanks for guidance to: https://stackoverflow.com/questions/34115571/add-external-jar-library-to-build-cordova-plugin-ionic-framework/34129929#34129929 (accepted answer)