I have a problem when compiling:
Error: Source path does not exist: platforms/android/res/screen/android/3.jpg
I have the images in:platforms/android/res/screen/android/
I have a problem when compiling:
Error: Source path does not exist: platforms/android/res/screen/android/3.jpg
I have the images in:platforms/android/res/screen/android/
You must have in your
config.xml
I think the problem is that you have the splash screen images in an inaccessible directory. I use the cordova-plugin-splashscreen plugin and I have the images in my directory
www/img
, so in the config.xml I have the following:And it works fine for me.