breautek commented on issue #1582: URL: https://github.com/apache/cordova-android/issues/1582#issuecomment-1491941066
This is generally a result of a config or a plugin modifying the `themes.xml` and replacing the start theme with a theme that isn't compatible with the Android Splashscreen. The Android starting theme **MUST** be a theme that inherits from `Theme.SplashScreen` or `Theme.SplashScreen.IconBackground` Additionally if `themes.xml` is being overwritten, it should at minimum contain the items found inside our [template](https://github.com/apache/cordova-android/blob/master/templates/project/res/values/themes.xml), otherwise Cordova settings may not work properly. If you share the contents of your `config.xml` and `<cordova-project>/platforms/android/app/src/main/res/values/themes.xml` files, I may be able to provide more insight on what the actual is. -- 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]
