Skip to main content
Inspiring
June 27, 2013
Question

Android icons

  • June 27, 2013
  • 1 reply
  • 1369 views

Testing my android app with Flash CC and the icon is shrunk down.  Is there any way to manually add the 96 & 144 icons?

This topic has been closed for replies.

1 reply

Adobe Employee
June 27, 2013

This is a known issue and is planned to fixed in next release of Flash Professional. You need to add 96x96 icon or other icons name manually like <image96x96>icons/96x96icon.png</image96x96> under <icon> tag in app-xml and then package your application through command line using adt (http://help.adobe.com/en_US/air/build/WS901d38e593cd1bac1e63e3d128cdca 935b-8000.html). Please let us know how it goes.

Regards,

Nimit

mola2alexAuthor
Inspiring
June 28, 2013

It seems that it is AIR 3.7 specific.  If I package in 3.6, Android upscales the 72 image but if I package with AIR 3.7, the icon doesn't get scaled.  I assume something changed in 3.7 in such a way that it adds the 96px folder but no image so Android doesn't scale up the 72px image.  Can we also get support for the 144px image for devices like the Nexus 10?

mola2alexAuthor
Inspiring
June 28, 2013

I just did a quick check. 

If compiled using 3.6 --> no drawable-xhdpi folder (Android scales the 72px)

if compiled using 3.7 --> drawable-xhdpi folder exists (no icon so Android doesn't scale the 72px)

I think what would be good is have the ability to manually add folders and icons to the res folder.