storesafe / cordova-sqlite-evcore-extbuild-free

Cordova sqlite plugin with Android performance enhancements for PhoneGap Build, GPL v3 or commercial license options
Other
24 stars 13 forks source link

build failing on cordova-android 7.0.0 #30

Closed eb1 closed 6 years ago

eb1 commented 6 years ago

I'm attempting to upgrade to the latest cordova lib. It looks like the cordova-sqlite-evcore-extbuild-free plugin is attempting to update config.xml in a directory that has moved (blog entry: https://cordova.apache.org/announcements/2017/12/04/cordova-android-7.0.0.html). I think the path in plugin.xml line:

<config-file target="res/xml/config.xml" parent="/*">

Needs to be prefixed with app/src/main:

<config-file target="app/src/main/res/xml/config.xml" parent="/*">

At least that's where the config.xml file is showing up on my computer. Not sure if this can be done on a Android version basis?

eb1 commented 6 years ago

Closing -- unable to reproduce this after completely cleaning out platform and plugin / pulling in latest 0.9.2.