breautek commented on issue #1714: URL: https://github.com/apache/cordova-android/issues/1714#issuecomment-2135731585
K so my original statement is wrong, it is a bug with cordova-android introduced by https://github.com/apache/cordova-android/pull/1700 It looks like the intent is to set the default background color to white (#FFFFFF) but it seems like it ends up defaulting to `0` instead which is an incorrect color value. ``` Task :app:mergeDebugResources FAILED C:\Users\eduar.gradle\caches\transforms-4\01bf680c3083cc7cc00592872a745a49\transformed\jetified-play-services-base-18.0.1\res\values\values.xml:4:0: Invalid for given resource value. ``` Definitely threw me off leading to believe the issue is elsewhere. If you explicitly set the `AndroidWindowSplashScreenBackground` preference, it should work around the Invalid color issue. Do note that the google maps plugin has several other issues and will not build without further changes. But the `Invalid for given resource value` issue is a bug in cordova-android@13. -- 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