breautek commented on issue #1714:
URL: 
https://github.com/apache/cordova-android/issues/1714#issuecomment-2134105989

   `values.xml` is not a file that Cordova prepares. So it's likely caused by a 
plugin that your project has installed.
   
   Might be easy to scan the `plugins/` folder to see if anyone of your plugins 
references `values.xml`, and if they do; that plugin is most likely the 
culprit. If you find no references, then it could be coming from a native 
library being imported by that plugin. In which case I think the best way to 
determine which plugin is causing the problem is to setup a new project and add 
each plugin one at a time. Once the project breaks, then you probably found the 
bad plugin.
   
   When using a hello world app project to test your plugins, Start the build 
with no plugins installed to rule out that a basic hello world doesn't actually 
reproduce your issue in your environent. Then proceed to install one plugin at 
a time and rebuilding after each plugin install.
   
   Let us know what you find.
   
   


-- 
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: issues-unsubscr...@cordova.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org

Reply via email to