breautek commented on issue #1523: URL: https://github.com/apache/cordova-android/issues/1523#issuecomment-1336173786
Use a rasterized image, like a png for `AndroidWindowSplashScreenAnimatedIcon` instead of a vector. Naturally, without vectors you wouldn't be able to use an animation, despite the preference name, but using rastered images has broad support over older devices. I understand the Cordova docs currently shows using vectors but PNGs as well as a couple of other rasterized formats are supported by Android. The docs can be definitely improved on this subject. Using vector formats requires API 26. Closing as not a bug, but if you have further questions don't hesitate to ask. -- 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]
