Skip to main content
Inspiring
November 9, 2011
Question

Error: Icon@2x.png is 114x114 but should be 57x57, Application Loader

  • November 9, 2011
  • 2 replies
  • 7188 views

Hi guys,

I get a couple of errors, http://i.imgur.com/KQIRX.jpg

The one I'm a bit confused about is the Icon@2x.png image size.

If I look in the .app package that Flash Builder produces I see that there is an image file Icon@2x.png and it is 114x114. If I open it with Photoshop then I can scale it down and I should work. But should Flash Builder not package this file in the correct size in the first place?

Anybody?

This topic has been closed for replies.

2 replies

Participant
February 8, 2012

yep..

simply add in the icon section : (with the correct image)

<image57x57>icon/57x57.png</image57x57>

++

Colin Holgate
Inspiring
November 9, 2011

Icon@2x.png should be at 114x114, but if you are set for Standard resolution and not High (don't know where that would be set in Flash Builder), then perhaps it's expecting the icon to be the 1x size of 57x57.

NielzzAuthor
Inspiring
November 9, 2011

Seems fair enough.

I haven't changed the resolution since creating the project. I'm not sure where to do so now. I can see that the app.xml file has this entry for ios:

<requestedDisplayResolution>high</requestedDisplayResolution>

Other then that, there is no reference to resolution anywhere.

Please note that I would really like this app to be in High resolution.

Colin Holgate
Inspiring
November 9, 2011

Yes, uncomment that line, and put in high. Like this:

high</requestedDisplayResolution