Skip to main content
Inspiring
May 7, 2013
Answered

Air SDK 3.7 on android, app icon appears small on large screens

  • May 7, 2013
  • 2 replies
  • 3219 views

I made some updates to some of my apps with Air SDK 3.7 (3.7.0.1820) and noticed on Galaxy S4 the app icon appears very small. The other old apps, that was built using SDK 3.5 are appearing fine regular large sized icons (at least it's stretched up to be same size with other apps) on the same phone.

On Air Android Settings, there are just same old 36, 48, 72 size selections to upload icon images, I don't see anywhere to upload large icons.

Am I missing something here?

This topic has been closed for replies.
Correct answer chotgor1

ok, I just added 144 sized icon and that did the trick.. Interestingly Adobe added the 96x96 to the Flash CC GUI recently, but didn't add the 144x144 one?

     <icon>

        <image36x36>icon/36.png</image36x36>

        <image48x48>icon/48.png</image48x48>

        <image72x72>icon/72.png</image72x72>

        <image96x96>icon/96.png</image96x96>

        <image144x144>icon/144.png</image144x144>

    </icon>

2 replies

Participant
September 26, 2013

Have you solved this issue? I use Flash CC with Air 3.9 and there are only 3 small icons availbe to be embed during publishing APK file.

Adobe, why does it take so long to fix this problem...?

Pahup
Adobe Employee
Adobe Employee
May 7, 2013

Hi,

With AIR 3.7, you can package 96x96 sized icon with your application and that should solve the problem. If you're using Flash Pro, it currently doesn't have the 96x96 support, hence you will have to package the application on command line using ADT.

Thanks

-Pahup

chotgor1Author
Inspiring
December 16, 2013

I just downloaded the latest Air 3.9.0.1380 and added the 96x96 to the Flash CC, and now the newly built app's icon appears even smaller than before.. I can confirm the new and smaller appering icon is the 96x96 png, because it is different picture than other ones.

Is there any other setting that makes this new icon appear larger?

I'm using galaxy s4.