You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can think of the following alternative solutions, from least-recommended to most-recommended:
Use new destination directory structure in plugin.xml, as done in dpa99c/cordova-plugin-hello-c@b5f4d9c ([3]) (downside is that this solution will not work on cordova-android@6, consequentially not supporting Android pre-4.4)
As discussed in dpa99c/cordova-plugin-hello-c#8 ([1]) and storesafe/cordova-sqlite-storage#729 ([2]) the change in the project directory structure caused issues with plugins using Android NDK libraries (with JNI).
I can think of the following alternative solutions, from least-recommended to most-recommended:
plugin.xml
, as done in dpa99c/cordova-plugin-hello-c@b5f4d9c ([3]) (downside is that this solution will not work on cordova-android@6, consequentially not supporting Android pre-4.4)lib-file
tags inconfig.xml
to add the JAR dependencies on Android, as described in Update to work with cordova-android@7.0.0 storesafe/cordova-sqlite-storage#729 (comment) ([4]) and [5]. This solution would work on both cordova-android@6 and cordova-android@7.[1] dpa99c/cordova-plugin-hello-c#8
[2] storesafe/cordova-sqlite-storage#729
[3] dpa99c/cordova-plugin-hello-c@b5f4d9c
[4] storesafe/cordova-sqlite-storage#729 (comment)
[5] https://stackoverflow.com/questions/34115571/add-external-jar-library-to-build-cordova-plugin-ionic-framework/34129929#34129929
[6] storesafe/cordova-sqlcipher-adapter@05a9166
The text was updated successfully, but these errors were encountered: