to generate my custom icon and splash screen
the problem is images in splash folder are 12 image
i have 9 broken image
and when i tray to build my app it give me error and the error because this broken images
any help please
thanks
thanks for your replay
i tray with ionic cordova resources --s and ionic cordova resources --splash
but same problem
i use the default ionic template for my splash screen
but still same problem it generate only 3 images from 12 image in splash folder
Collecting resource configuration and source images - done!
Filtering out image resources that do not need regeneration - done!
Uploading source images to prepare for transformations - done!
⠸ Generating platform resources: 3 / 12 complete
i get only 3 images from 12 image
and when i tray build my app i get error because of resources folder splash screen
any help please ?
No it should not be this size any more, it should be the dimensions @mfouash posted.
@mfouash: Compare your file to the one that comes with a new project created with ionic start blank blank and running ionic cordova resources. It should be the same size.
If it is, run the same command with --verbose added at the end and post the output here.
any suggestion please last app i build it without splash screen , and now i am in my way to build the second app without splash screen , i designed my custom splash and icon in photoshop
using splash png file template : splash size (2732 X 2732) and icon (1024 X 1024)
any help please
Collecting resource configuration and source images - done!
Filtering out image resources that do not need regeneration - done!
Uploading source images to prepare for transformations - done!
⠴ Generating platform resources: 8 / 18 complete
Finally i found the solution
the problem happens because the physical Splash Screen Size (more than 1 mb)
when i reduce the size to be 250 kb it’s works fine with me
thanks gyes