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

   I had this problem and searched in various places until I found what I was 
looking for.
   
   I created a new project and added the plugins one by one, testing each time. 
After installing each plugin and testing, there were no errors. So, I copied 
the **config.xml** file from the project where I was having issues, and when I 
tried to compile, it gave me an error.
   
   I deleted groups of lines until I found my problem. The line was the 
following:
   
   `<preference name="SplashScreenBackgroundColor" value="white" />`
   
   Changing "white" to "#ffffff" worked for me.
   
   This happened only after updating to Android 13.0.0.
   
   Just for the record I have these plugins:
   
   cordova-plugin-app-version 0.1.14 "AppVersion"
   cordova-plugin-customurlscheme 5.0.2 "Custom URL scheme"
   cordova-plugin-deeplinks 1.1.1 "Cordova Deeplinks Plugin"
   cordova-plugin-device-name 1.3.5 "Device-Name"
   cordova-plugin-device 2.1.0 "Device"
   cordova-plugin-dialogs 2.0.2 "Notification"
   cordova-plugin-fullscreen 1.3.0 "cordova-plugin-fullscreen"
   cordova-plugin-in-app-youtube 1.0.0 "Cordova Plugin in app YouTube"
   cordova-plugin-inappbrowser 6.0.0 "InAppBrowser"
   cordova-plugin-nativestorage 2.3.2 "NativeStorage"
   cordova-plugin-safariviewcontroller 2.0.0 "SafariViewController"
   cordova-plugin-screen-orientation 3.0.4 "Screen Orientation"
   cordova-plugin-splashscreen 6.0.2 "Splashscreen"
   cordova-plugin-statusbar 4.0.0 "StatusBar"
   cordova-plugin-vibration 3.1.1 "Vibration"
   cordova-plugin-x-socialsharing 6.0.4 "SocialSharing"
   es6-promise-plugin 4.2.2 "Promise"


-- 
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