Source path does not exist

Hi

I am getting a Build failed message that indicates that there is an issue with the source path, yet the path and file definitely exist.

Here is the build log

https://apps.volt.build/fcf24a6c-965c-4490-8fe3-078ce63a8505/voltbuilder.log

Many Thanks

Here is the message:

Source path does not exist: res/screens/android/drawable-port-xxxhdpi-screen.png

The message is correct. In your config.xml, you have this line:

<splash qualifier="port-xxxhdpi" src="res/screens/android/drawable-port-xxxhdpi-screen.png" />

but there is no res folder in the top level of your project.

I notice you also have duplicated entries for icons and splash screen in your config.xml.

Thank you. I cleaned up the Config.xml and now fine.