breautek commented on issue #334: URL: https://github.com/apache/cordova-plugin-splashscreen/issues/334#issuecomment-1191366457
There is no plugin information provided so I'm guessing here. This splashscreen plugin hasn't been updated for the new Android splashscreens and it will not be. The new android splashscreen is implemented directly into the core platform in cordova-android@11 instead. If you are using cordova-android@11, but still is using v6.0.1 or earlier of this plugin, I can guess there is an issue where the plugin API is overriding the core platform API. The android implementation inside this plugin will be removed in the next major, leaving only browser & windows implementations left. If you do not build for either of those 2 platforms, you can safely remove this plugin. Otherwise, make sure you're using at least v6.0.2 of this plugin, which updated [rules](https://github.com/apache/cordova-plugin-splashscreen/pull/329) to prevent installing the plugin implementation on cordova-android@11. Let me know if this information helps. -- 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]
