GitHub user dylanfpaul added a comment to the discussion: Can't get a .png file to show up in splashscreen as a "AndroidWindowSplashScreenAnimatedIcon" on cordova-android@12. It only shows the default Cordova splashscreen.
@breautek [cordova_test_project.zip](https://github.com/apache/cordova/files/12527461/cordova_test_project.zip) Alright, here is a test project with no plugins, just the android platform, and my icons / splashscreen icon that I want to use. It is still only showing the default cordova splashscreen when emulating in Android Studio, even when I kill the app after first launch and then launch it again from the launcher. I am using **Node v14.19.0** and **[email protected]** My global packages: ├── **@mapbox/[email protected]** ├── **[email protected]** ├── **[email protected]** ├── **[email protected]** └── **[email protected]** Here are my environment variables: ``` export NVM_DIR="$HOME/.nvm" [ -s "/usr/local/opt/nvm/nvm.sh" ] && . "/usr/local/opt/nvm/nvm.sh" # This loads nvm [ -s "/usr/local/opt/nvm/etc/bash_completion.d/nvm" ] && . "/usr/local/opt/nvm/etc/bash_completion.d/nvm" # This loads nvm bash_completion export ANDROID_HOME=/Users/dylanpaul/Library/Android/sdk/ export JAVA_HOME=$(/usr/libexec/java_home -v 11.0.14) export PATH="/Users/dylanpaul/bin/Sencha/Cmd:$PATH" export PATH=$PATH:$ANDROID_HOME/platform-tools/ export PATH=$PATH:$ANDROID_HOME/tools/bin export PATH=$PATH:$ANDROID_HOME/tools export PATH=$PATH:$ANDROID_HOME/cmdline-tools/latest/bin/ export PATH=$PATH:$ANDROID_HOME/emulator/ export PATH=$PATH:/Users/dylanpaul/Downloads/gradle-8.3/bin ``` Here is my Android Studio info:  Here is my build output:  GitHub link: https://github.com/apache/cordova/discussions/430#discussioncomment-6917824 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
