jamesyoon11 commented on issue #1454: URL: https://github.com/apache/cordova-android/issues/1454#issuecomment-1172729446
> > @breautek I just want to let you know that this happens to Mac as well. > > ``` > > Installing "cordova-plugin-firebase" for android > > Error during processing of action! Attempting to revert... > > Failed to install 'cordova-plugin-firebase': CordovaError: Uh oh! > > "/platforms/android/app/src/main/res/values/colors.xml" already exists! > > at copyNewFile (/node_modules/cordova-android/lib/pluginHandlers.js:231:45) > > at install (/node_modules/cordova-android/lib/pluginHandlers.js:34:17) > > at ActionStack.process (/node_modules/cordova-common/src/ActionStack.js:56:25) > > at PluginManager.doOperation (/node_modules/cordova-common/src/PluginManager.js:112:24) > > at PluginManager.addPlugin (/node_modules/cordova-common/src/PluginManager.js:142:21) > > at /node_modules/cordova-android/lib/Api.js:155:78 > > >> Uh oh! > > >> "/platforms/android/app/src/main/res/values/colors.xml" already exists! > > ``` > > This is a completely different issue from what the OP is describing. @breautek Okay, I see.. So, if a plugin uses a same file name for resource values ([colors.xml, strings.xml, theme.xml](https://github.com/apache/cordova-android/tree/master/templates/project/res/values)), should the plugin need to update to a different name on their end (ex. https://github.com/arnesson/cordova-plugin-firebase/blob/master/plugin.xml#L55)? -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
