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 think also another think must be taken care of here: Saved plugin info for "cordova-plugin-telerik-imagepicker" to config.xml cp: copyFileSync: could not write to dest file (code=ENOENT):<project directory>\platforms\android\res\xml\config.xml
when building app using ionic/cordova for android, res/xml folder does not exists at all, so as config.xml file there.
Hi everyone,
Please update the plugin.xml for cordova 7 compatibility
<!-- An existing config.xml -->
<edit-config file="AndroidManifest.xml" target="/manifest/application" mode="merge">
<!-- needs to change to -->
<edit-config file="app/src/main/AndroidManifest.xml" target="/manifest/application" mode="merge">
source : https://cordova.apache.org/announcements/2017/12/04/cordova-android-7.0.0.html
Thanks in advance
The text was updated successfully, but these errors were encountered: