Splash screen does not work

Hello, my Splash screen does not work.
This are my folders: (mainFolder, resources)
Screenshot 2023-01-24 145515

Screenshot 2023-01-24 145448
Both pictures are 2732x2732

this is my config.xml file:

<?xml version="1.0" encoding="UTF-8"?>
<widget android-versionCode="1" id="com.my.calculator.ios" version="2.8.1" xmlns="https://www.w3.org/ns/widgets">
	<name>
		Rechner
	</name>
	<description>
		Rechner mit IOS Style
	</description>
	<author>
		myName
	</author>
	<preferance name="orientation" value="portrait" />
	<allow-intent href="https://rechner-ios-fake.netlify.app/update.apk" />
	<preference name="@orica4s/uiwebviewcookies" value="true" />
	<preference name="cordova-plugin-cookies" value="true" />
	<preference name="cordova-plugin-wkwebview-sync-cookies" value="true" />
	<preference name="cordova-remove-cookies" value="true" />
	<preference name="AndroidWindowSplashScreenAnimatedIcon" value="resources/splashTemplate.png" />
	<preference name="AndroidWindowSplashScreenBackground" value="#000000" />
	<preference name="SplashScreenDelay" value="2000" />
	<preference name="AutoHideSplashScreen" value="true" />
	<engine name="android" spec="9.1.0" />
	<engine name="android" spec="10.1.2" />
</widget>

This is my voltbuilder.json file:

{
"platform":"android",
"release":"rechner"
}

I have the free version of Voltbuilder.
Whats the problem that i can not see the splash screen?
Thank you :slight_smile:

Suggestion:-

Have you added the new icon and spashscreen to your Cache files (with their folder in the filename) ?

( extraFiles settings )

@Jw21 - What device are you testing this on?

PS. Your voltbuilder.json is not correct:
release should be “debug” or “release”. “debug” is the default.
platform is ignored. VoltBuilder builds for the platform you specify on uploading.

{
"release":"debug"
}

I also notice this in your config.xml:

	<engine name="android" spec="9.1.0" />
	<engine name="android" spec="10.1.2" />

Which engine do you mean to build for?

We suggest eliminating both lines. VoltBuilder will then default to the current version, which will work on the latest Android devices.

i have all files in the question. What file do you mean? Can you please send me the file I take?

I’m suggesting you make changes to your config.xml file and to your voltbuilder.json file.