You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2019/08/22 09:17:51 UTC

[GitHub] [cordova-android] nero120 edited a comment on issue #809: blocks in config.xml overwrites those in plugin.xml

nero120 edited a comment on issue #809: <config-file> blocks in config.xml overwrites those in plugin.xml
URL: https://github.com/apache/cordova-android/issues/809#issuecomment-523822238
 
 
   @erisu I'm experiencing a similar issue when using cordova-plugin-snackbar, as I also have `edit-config` and `config-file` sections in my config.xml and so when I attempt to `prepare` or `build` I get:
   
   ```
   There was a conflict trying to modify attributes with <edit-config> in plugin cordova-plugin-snackbar. The conflicting plugin, undefined, already modified the same attributes. The conflict must be resolved before cordova-plugin-snackbar can be added. You may use --force to add the plugin and overwrite the conflicting attributes.
   ```
   
   However in addition to the conflict error I'm experiencing plugin files being deleted from cordova\platforms\android\app\src\main\assets\www\plugins when I attempt to `cordova run`, so when the app runs it's unable to find the plugin js files.
   
   Is this issue also fixed by your merge?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org