PNG images validation failed: - "exp.icon" is not a PNG file

At building with “eas” tool, i get this weird message:

eas build -p android
PNG images validation failed:

  • “exp.icon” is not a PNG file

But i dont have any “exp.icon” in my code.

can you share your app.json?

the error was in app.json:

“icon”: “./assets/iflogo.jpg”,

image in “jpg” format. I changed it to png and it worked

1 Like

Did it really say "exp.icon" as opposed to "expo.icon"? If so, what dependencies and devDependencies do you have in package.json?

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.