No splash screen animation

“AndroidWindowSplashScreenAnimatedIcon” not functioning Android version below 12

I am using: splashanimation.xml

Which versions in particular. Splash screens on Android changed quite a bit between versions 10 and 11.

Android version 11.

Text animation not showing. Only constant text from splashanimation.xml is showing which looks irritating.

Is there any plugin for Androids like loading splash?

Any kind of splash screen would need to be implemented after the icon based splash screen in your app itself. Some developers will load an initial screen right on startup and then continue to do initialization and/or pause for a moment. Because this is highly dependent on your app’s logic, there’s no plugin for this.