bbynog commented on issue #1461:
URL:
https://github.com/apache/cordova-android/issues/1461#issuecomment-1735970559
Hi, i was getting this bug upgrading from cordova 10 to 12.
I passed by it adding
`<color name="cdv_splashscreen_background">#FFFFFF</color> `
to my res/values/colors.xml.
So, my colors.xml would look like this:
```
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="background">#FFFFFF</color>
<color name="cdv_splashscreen_background">#FFFFFF</color>
</resources>
```
--
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]