Page 3 of 3

Android Splash Screen nightmare

Posted: Wed Feb 18, 2015 3:07 pm
by Maryna Brodina

We'll check logs


Android Splash Screen nightmare

Posted: Wed Feb 18, 2015 4:34 pm
by Maryna Brodina

Here is the error log

[INFO] ERROR: 9-patch image android/ForsaLB/res/drawable-mdpi/splash.9.png malformed.
[INFO] Ticks in transparent frame must be black or red.
[INFO] Found at pixel #38 along top edge.
[INFO] ERROR: Failure processing PNG image android/ForsaLB/res/drawable-mdpi/splash.9.png
[INFO] ERROR: 9-patch image android/ForsaLB/res/drawable-xhdpi/splash.9.png malformed.
[INFO] Ticks in transparent frame must be black or red.
[INFO] Found at pixel #88 along top edge.
[INFO] ERROR: Failure processing PNG image android/ForsaLB/res/drawable-xhdpi/splash.9.png
[INFO] ERROR: 9-patch image android/ForsaLB/res/drawable-hdpi/splash.9.png malformed.
[INFO] Ticks in transparent frame must be black or red.
[INFO] Found at pixel #44 along top edge.

Looks like there are some broken pixels in your image, thus build fails. Please use special program to generate image (not Photoshop). Programs specified in dos are just examples, you may google any other program. Below is the sample of valid image

Image


Android Splash Screen nightmare

Posted: Wed Feb 18, 2015 5:27 pm
by Abu Ali

at last problem solved , thank you team :)