Error App manifest references image

Shay Wilner 1,726 Reputation points
2020-05-27T19:31:57.233+00:00

Hello
At the beginning i succeeded to create a package for publishing the app.
Now I change the image in the source visual asset of the packageappx.manifest but i get this error

App manifest references the square 310x310 logo image 'Assets\LargeTile.scale-400.png' which is larger than the maximum image file size. It must be no larger than 204800 bytes.

But when i restored the previous image that was valid I still get the same error and i don't know which image the compiler means
square 310x310 ,i have not such image in the asset folder

Thanks

Universal Windows Platform (UWP)
{count} votes

2 answers

Sort by: Most helpful
  1. Tyoun 1 Reputation point
    2021-10-19T04:24:26.967+00:00

    Regenerating assets does not fix the issue. I've been struggling with this for two days now. I've cleaned the solutions, resized images, checked the app manifest script at the line causing the error, and regenerated the assets several times. Still looking for a fix.

    0 comments No comments

  2. Thiruppathi K 1 Reputation point
    2021-10-25T10:38:29.04+00:00

    I resized the image and now it worked. The image size was 402 kb when I got the error, then I resized the image to lower file size and it worked.

    0 comments No comments